Home
last modified time | relevance | path

Searched refs:MTFLG (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sh/
H A Dsym.h60 #define MTFLG 2 macro
H A Dcmd.c123 else if (i == 0 && (flg & MTFLG) == 0)
135 if (e = cmd(sym, flg | MTFLG))
235 r->regcom = cmd(0, NLFLG | MTFLG);
H A Dmain.c421 t = cmd(NL, MTFLG); in exfile()
H A Dxec.c521 execute(cmd(NL, NLFLG | MTFLG), 0, (int)(flags & errflg)); in execexp()
H A Dmacro.c503 t = makefork(FPOU, cmd(EOFSYM, MTFLG | NLFLG )); in comsubst()