Searched refs:INSYM (Results 1 – 7 of 7) sorted by relevance
225 if (wdval == INSYM){283 chksym(INSYM | BRSYM);284 t->swlst = syncase(wdval == INSYM ? ESSYM : KTSYM);320 if (skipnl() == INSYM)
37 #define INSYM 0412 macro
178 { "in", INSYM },
45 "in", INSYM,
77 #define INSYM (SYMRES|05) macro
1064 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()
1442 if(c==INSYM) in sh_lex()