Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1741 if(shp->pipepid) in sh_exec()
1742 shp->pipepid = parent; in sh_exec()
1922 shp->pipepid = simple; in sh_exec()
1958 if(shp->pipepid>1) in sh_exec()
1960 job_wait(shp->pipepid); in sh_exec()
1970 shp->pipepid = 0; in sh_exec()
3496 int level, pipepid=shp->pipepid, comsub=shp->comsub; in sh_funct() local
3498 shp->pipepid = 0; in sh_funct()
3547 shp->pipepid = pipepid; in sh_funct()
H A Djobs.c2078 if(pw->p_env != sh.curenv || pw->p_pid==sh.pipepid) in job_subrestore()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h185 pid_t pipepid; \