Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/data/
H A Dkeywords.c36 "do", DOSYM,
/titanic_50/usr/src/cmd/sh/
H A Dsym.h33 #define DOSYM 0405 macro
H A Dcmd.c334 chksym(DOSYM | BRSYM);
335 t->fortre = cmd(wdval == DOSYM ? ODSYM : KTSYM, NLFLG);
348 t->whtre = cmd(DOSYM, NLFLG);
H A Dmsg.c170 { "do", DOSYM },
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshlex.h73 #define DOSYM (SYMRES|01) macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dparse.c707 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()