Searched refs:NWHILE (Results 1 – 6 of 6) sorted by relevance
14 #define NWHILE 9 macro
127 case NWHILE:223 case NWHILE:
275 case NWHILE: in evaltree()330 if (n->type == NWHILE) { in evalloop()
84 NWHILE nbinary # the while statement. First child is the test
1297 case NWHILE: in cmdtxt()
347 n1->type = (lasttoken == TWHILE)? NWHILE : NUNTIL; in command()