Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/data/
H A Dkeywords.c39 "else", ELSESYM,
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h76 #define ELSESYM (SYMRES|04) 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()
1082 t->if_.thtre=sh_cmd(lexp,ELSESYM,SH_NL|SH_SEMI); in item()
1084 t->if_.eltre=(tok==ELSESYM?sh_cmd(lexp,FISYM,SH_NL|SH_SEMI): in item()