Home
last modified time | relevance | path

Searched refs:FISYM (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/data/
H A Dkeywords.c41 "fi", FISYM,
/titanic_50/usr/src/cmd/sh/
H A Dsym.h34 #define FISYM 0420 macro
H A Dmsg.c175 { "fi", FISYM },
H A Dcmd.c299 t->thtre = cmd(ELSYM | FISYM | EFSYM, NLFLG);
300 …t->eltre = ((w = wdval) == ELSYM ? cmd(FISYM, NLFLG) : (w == EFSYM ? (wdval = IFSYM, item(0)) : 0)…
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshlex.h74 #define FISYM (SYMRES|02) macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dparse.c515 if(sym!=ELSESYM || (lexp->token!=ELIFSYM && lexp->token!=FISYM)) in sh_cmd()
1084 t->if_.eltre=(tok==ELSESYM?sh_cmd(lexp,FISYM,SH_NL|SH_SEMI): in item()