Searched refs:DOSYM (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | keywords.c | 36 "do", DOSYM,
|
/titanic_44/usr/src/cmd/sh/ |
H A D | sym.h | 33 #define DOSYM 0405 macro
|
H A D | cmd.c | 334 chksym(DOSYM | BRSYM); 335 t->fortre = cmd(wdval == DOSYM ? ODSYM : KTSYM, NLFLG); 348 t->whtre = cmd(DOSYM, NLFLG);
|
H A D | msg.c | 170 { "do", DOSYM },
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | shlex.h | 73 #define DOSYM (SYMRES|01) macro
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 707 if(n!=DOSYM && n!=LBRACE) in arithfor() 709 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL); in arithfor() 1148 if(tok!=DOSYM && tok!=LBRACE) in item() 1151 t->for_.fortre=sh_cmd(lexp,tok==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in item() 1182 t->wh.whtre = sh_cmd(lexp,DOSYM,SH_NL); in item()
|