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

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

Completed in 63 milliseconds