Home
last modified time | relevance | path

Searched refs:INSYM (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/sh/
H A Dcmd.c225 if (wdval == INSYM){
283 chksym(INSYM | BRSYM);
284 t->swlst = syncase(wdval == INSYM ? ESSYM : KTSYM);
320 if (skipnl() == INSYM)
H A Dsym.h37 #define INSYM 0412 macro
H A Dmsg.c178 { "in", INSYM },
/titanic_41/usr/src/lib/libshell/common/data/
H A Dkeywords.c45 "in", INSYM,
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h77 #define INSYM (SYMRES|05) macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c1064 if((tok=skipnl(lexp,0))!=INSYM && tok!=LBRACE) in item()
1066 if(!(t->sw.swlst=syncase(lexp,tok==INSYM?ESACSYM:RBRACE)) && lexp->token==EOFSYM) in item()
1121 if(tok==INSYM) in item()
H A Dlex.c1442 if(c==INSYM) in sh_lex()