Home
last modified time | relevance | path

Searched refs:templist (Results 1 - 1 of 1) sorted by relevance

/third_party/mksh/
H A Dos2.c511 static struct temp *templist = NULL; variable
520 tp->next = templist; in add_temp()
521 templist = tp; in add_temp()
549 for (tpnext = &templist, tp = templist; tp; tp = *tpnext) { in cleanup_temps()

Completed in 2 milliseconds