Home
last modified time | relevance | path

Searched refs:job_chldtrap (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/include/
H A Djobs.h168 extern void job_chldtrap(Shell_t*, const char*,int);
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h199 extern void job_chldtrap(Shell_t*, const char*,int);
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dfault.c407 job_chldtrap(&sh,sh.st.trapcom[SIGCHLD],1); in sh_chktrap()
H A Djobs.c182 void job_chldtrap(Shell_t *shp, const char *trap, int unpost) in job_chldtrap() function
389 job_chldtrap(&sh,sh.st.trapcom[SIGCHLD],0); in job_reap()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c418 job_chldtrap(shp,shp->st.trapcom[SIGCHLD],1); in sh_chktrap()
H A Djobs.c199 void job_chldtrap(Shell_t *shp, const char *trap, int unpost) in job_chldtrap() function
524 job_chldtrap(shp,shp->st.trapcom[SIGCHLD],0); in job_reap()