Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/data/
H A Dkeywords.c53 "while", WHILESYM,
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshlex.h83 #define WHILESYM (SYMRES|013) macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dparse.c1177 case WHILESYM: in item()
1180 t->wh.whtyp=(lexp->token==WHILESYM ? TWH : TUN); in item()