Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/data/
H A Dkeywords.c38 "elif", ELIFSYM,
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h75 #define ELIFSYM (SYMRES|03) macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c515 if(sym!=ELSESYM || (lexp->token!=ELIFSYM && lexp->token!=FISYM)) in sh_cmd()
1085 (tok==ELIFSYM?(lexp->token=IFSYM, tt=item(lexp,SH_NOIO)):0)); in item()
1086 if(tok==ELIFSYM) in item()