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

/netbsd-current/bin/sh/
H A Dmktokens66 TWHILE 0 "while"
H A Dparser.c398 case TWHILE:
401 n1->type = (lasttoken == TWHILE)? NWHILE : NUNTIL;
/netbsd-current/bin/ksh/
H A Dtree.h48 #define TWHILE 13 macro
H A Dtree.c158 case TWHILE:
162 (t->type==TWHILE) ? "while" : "until",
H A Dexec.c350 case TWHILE:
368 while ((execute(t->left, XERROK) == 0) == (t->type == TWHILE))
H A Dsyn.c352 t = newtp((c == WHILE) ? TWHILE : TUNTIL);

Completed in 95 milliseconds