Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c71 static char pipejob; variable
682 if(pipejob==2) in sh_exec()
684 pipejob = 0; in sh_exec()
906 if(np && pipejob==2) in sh_exec()
909 pipejob = 1; in sh_exec()
1180 !(pipejob && sh_isoption(SH_PIPEFAIL)) in sh_exec()
1241 if(pipejob==2) in sh_exec()
1243 pipejob = 1; in sh_exec()
1490 int savepipe = pipejob; in sh_exec()
1507 job.waitall |= !pipejob && sh_isstate(SH_MONITOR); in sh_exec()
[all …]