Searched defs:lastpid (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Djobs.c151 static pid_t lastpid; variable
432 lastpid = pid;
448 lastpid = pw->p_pid = pid;
1420 lastpid = 0;
1542 if(shp->coutpipe>=0 && lastpid && shp->cpid==lastpid)

Completed in 1087 milliseconds