Home
last modified time | relevance | path

Searched refs:TWHILE (Results 1 – 3 of 3) sorted by relevance

/system/core/sh/
Dtoken.h19 #define TWHILE 18 macro
Dmktokens59 TWHILE 0 "while"
Dparser.c343 case TWHILE: in command()
347 n1->type = (lasttoken == TWHILE)? NWHILE : NUNTIL; in command()