Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c151 sh_done(shp,sig); in sh_fault()
578 sh_done(shp,sig); in sh_exit()
586 sh_done(shp,sig); in sh_exit()
603 void sh_done(void *ptr, register int sig) in sh_done() function
H A Dmain.c359 sh_done(shp,0); in sh_main()
605 sh_done(shp,0); in exfile()
H A Dxec.c94 sh_done(shp,0); in fifo_check()
1866 sh_done(shp,(shp->exitval&SH_EXITSIG)?(shp->exitval&SH_EXITMASK):0); in sh_exec()
1891 sh_done(shp,0); in sh_exec()
2015 sh_done(shp,0); in sh_exec()
2027 sh_done(shp,0); in sh_exec()
2935 sh_done(shp,0); in sh_exec()
H A Dsubshell.c650 sh_done(shp,0); in sh_subshell()
H A Dinit.c1466 sh_done(shp,0); in sh_init()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfault.h116 extern void sh_done(void*,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c154 sh_done(shp,0); in B_login()