Home
last modified time | relevance | path

Searched refs:NWHILE (Results 1 – 6 of 6) sorted by relevance

/system/core/sh/
Dnodes.h14 #define NWHILE 9 macro
Dnodes.c127 case NWHILE:
223 case NWHILE:
Deval.c275 case NWHILE: in evaltree()
330 if (n->type == NWHILE) { in evalloop()
Dnodetypes84 NWHILE nbinary # the while statement. First child is the test
Djobs.c1297 case NWHILE: in cmdtxt()
Dparser.c347 n1->type = (lasttoken == TWHILE)? NWHILE : NUNTIL; in command()