Home
last modified time | relevance | path

Searched refs:FAMP (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/sh/
H A Dxec.c237 if (!(xflags & XEC_EXECED) || treeflgs&(FPOU|FAMP))
260 if (treeflgs & (FPOU|FAMP)) {
301 postjob(parent,!(treeflgs&FAMP));
334 makejob(monitor, !(treeflgs & FAMP));
H A Ddefs.h59 #define FAMP 0x0400 macro
H A Dfunc.c266 if (forkptr(t)->forktyp & FAMP) in prf()
H A Dcmd.c130 i = makefork(FAMP, i);
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c1175 no_fork = !ntflag && !(type&(FAMP|FPOU)) && in sh_exec()
1185 if(!(type&FAMP)) in sh_exec()
1198 if(((type&(FAMP|FINT)) == (FAMP|FINT)) && (maxjob=nv_getnum(JOBMAXNOD))>0) in sh_exec()
1212 if((type&(FAMP|FINT)) == (FAMP|FINT)) in sh_exec()
1248 if(type&(FCOOP|FAMP)) in sh_exec()
1250 else if(!(type&(FAMP|FPOU))) in sh_exec()
1276 if(type&FAMP) in sh_exec()
1317 if((type&FAMP) && sh_isoption(SH_BGNICE)) in sh_exec()
2090 if(fp->functtyp==(TFUN|FAMP)) in sh_exec()
2377 pid_t postid = (flags&FAMP)?0:curpgid; in _sh_fork()
[all …]
H A Ddeparse.c116 if(t->tre.tretyp&(FAMP|FCOOP)) in p_tree()
131 else if(t->tre.tretyp&FAMP) in p_tree()
H A Dtrestore.c150 fp->functtyp = TFUN|FAMP; in r_tree()
H A Dparse.c478 register int type = FINT|FAMP; in sh_cmd()
814 fp->functtyp = TFUN|FAMP; in funct()
1270 argp->argchn.ap = (struct argnod*)makeparent(lexp,mode?TFORK|FPIN|FAMP|FPCL:TFORK|FPOU,t); in process_sub()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h35 #define FAMP (04<<COMBITS) /* background */ macro