Home
last modified time | relevance | path

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

/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dkeywords.c52 "while", WHILESYM,
/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h84 #define WHILESYM (SYMRES|013) macro
/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c1274 case WHILESYM: in item()
1277 t->wh.whtyp=(lexp->token==WHILESYM ? TWH : TUN); in item()