Searched refs:sh_done (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dfault.h116 extern void sh_done(void*,int);
/ast/src/cmd/ksh93/sh/
H A Dfault.c151 sh_done(shp,sig);
303 * set signal handler so sh_done is called for all caught signals
578 sh_done(shp,sig);
586 sh_done(shp,sig);
603 void sh_done(void *ptr, register int sig) function
H A Dmain.c354 sh_done(shp,0);
602 sh_done(shp,0);
H A Dxec.c94 sh_done(shp,0);
1855 sh_done(shp,(shp->exitval&SH_EXITSIG)?(shp->exitval&SH_EXITMASK):0);
1880 sh_done(shp,0);
2003 sh_done(shp,0);
2015 sh_done(shp,0);
2918 sh_done(shp,0);
H A Dsubshell.c644 sh_done(shp,0);
H A Dinit.c1462 sh_done(shp,0);
/ast/src/cmd/ksh93/bltins/
H A Dmisc.c154 sh_done(shp,0);

Completed in 508 milliseconds