Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h206 extern int job_hup(struct process *, int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c638 job_walk(sfstderr, job_hup, SIGHUP, NIL(char**)); in sh_done()
H A Djobs.c1216 job_hup(struct process *pw, int sig) in job_hup() function