Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/data/
H A Dkeywords.c44 "if", IFSYM,
/titanic_50/usr/src/cmd/sh/
H A Dsym.h43 #define IFSYM 0436 macro
H A Dmsg.c177 { "if", IFSYM },
H A Dcmd.c289 case IFSYM:
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.h81 #define IFSYM (SYMRES|011) macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dparse.c1076 case IFSYM: in item()
1085 (tok==ELIFSYM?(lexp->token=IFSYM, tt=item(lexp,SH_NOIO)):0)); in item()