Home
last modified time | relevance | path

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

/trueos/bin/sh/
HDmktokens61 TWHILE 0 "while"
HDparser.c427 case TWHILE: in command()
433 n1 = makebinary((t == TWHILE)? NWHILE : NUNTIL, n1, list(0)); in command()
/trueos/release/picobsd/tinyware/msh/
HDsh.h78 #define TWHILE 11 macro
HDsh3.c177 case TWHILE:
184 while ((execute(t1, pin, pout, 0) == 0) == (t->type == TWHILE))
HDsh2.c280 t->type = c == WHILE? TWHILE: TUNTIL;