Searched refs:NLFLG (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sh/ |
H A D | cmd.c | 117 if (flg & NLFLG) 165 r = makelist((b ? TAND : TORF), r, term(NLFLG)); in list() 180 if (flg & NLFLG) in term() 190 right = makefork(FPIN, term(NLFLG)); in term() 235 r->regcom = cmd(0, NLFLG | MTFLG); 298 t->iftre = cmd(THSYM, NLFLG); 299 t->thtre = cmd(ELSYM | FISYM | EFSYM, NLFLG); 300 …t->eltre = ((w = wdval) == ELSYM ? cmd(FISYM, NLFLG) : (w == EFSYM ? (wdval = IFSYM, item(0)) : 0)… 335 t->fortre = cmd(wdval == DOSYM ? ODSYM : KTSYM, NLFLG); 348 t->whtre = cmd(DOSYM, NLFLG); [all …]
|
H A D | sym.h | 59 #define NLFLG 1 macro
|
H A D | xec.c | 521 execute(cmd(NL, NLFLG | MTFLG), 0, (int)(flags & errflg)); in execexp()
|
H A D | macro.c | 503 t = makefork(FPOU, cmd(EOFSYM, MTFLG | NLFLG )); in comsubst()
|