Home
last modified time | relevance | path

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

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c152 static pid_t lastpid; variable
433 lastpid = pid; in job_reap()
449 lastpid = pw->p_pid = pid; in job_reap()
1475 lastpid = 0; in job_post()
1597 if(shp->coutpipe>=0 && lastpid && shp->cpid==lastpid) in job_wait()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Djobs.c135 static pid_t lastpid; variable
298 lastpid = pid; in job_reap()
314 lastpid = pw->p_pid = pid; in job_reap()
1233 lastpid = 0; in job_post()
1344 if(sh.coutpipe>=0 && sh.cpid==lastpid) in job_wait()