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

/ast/src/cmd/ksh93/include/
H A Djobs.h82 int *p_exitval; /* place to store the exitval */ member in struct:process
/ast/src/cmd/ksh93/sh/
H A Djobs.c1358 pw->p_exitval = job.exitval;
1810 if(pw && pw->p_exitval)
1811 *pw->p_exitval = pw->p_exit;

Completed in 10 milliseconds