Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c73 static char pipejob; variable
1003 if(pipejob==2) in sh_exec()
1006 pipejob = 0; in sh_exec()
1299 if(np && pipejob==2) in sh_exec()
1303 pipejob = 1; in sh_exec()
1620 !(pipejob && sh_isoption(SH_PIPEFAIL)) in sh_exec()
1723 if(pipejob==2) in sh_exec()
1725 pipejob = 1; in sh_exec()
2043 int savepipe = pipejob; in sh_exec()
2093 job.waitall |= !pipejob && sh_isstate(SH_MONITOR); in sh_exec()
[all …]