Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dxec.c1265 else if(shp->pipepid) in sh_exec()
1266 shp->pipepid = parent; in sh_exec()
1395 shp->pipepid = simple; in sh_exec()
1429 if(shp->pipepid>1) in sh_exec()
1431 job_wait(shp->pipepid); in sh_exec()
1439 shp->pipepid = 0; in sh_exec()
2698 int level, pipepid=shp->pipepid; in sh_funct() local
2699 shp->pipepid = 0; in sh_funct()
2743 shp->pipepid = pipepid; in sh_funct()
H A Djobs.c1813 if(pw->p_env != sh.curenv || pw->p_pid==sh.pipepid) in job_subrestore()
/titanic_50/usr/src/lib/libshell/common/include/
H A Ddefs.h157 pid_t pipepid; \