Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dfault.c139 sh_done(shp,sig); in sh_fault()
564 sh_done(shp,sig); in sh_exit()
570 sh_done(shp,sig); in sh_exit()
587 void sh_done(void *ptr, register int sig) in sh_done() function
H A Dmain.c373 sh_done(shp,0); in sh_main()
621 sh_done(shp,0); in exfile()
H A Dxec.c1349 sh_done(shp,(shp->exitval&SH_EXITSIG)?(shp->exitval&SH_EXITMASK):0); in sh_exec()
1373 sh_done(shp,0); in sh_exec()
1475 sh_done(shp,0); in sh_exec()
2213 sh_done(shp,0); in sh_exec()
H A Dsubshell.c591 sh_done(shp,0); in sh_subshell()
H A Dinit.c1219 sh_done(shp,0); in sh_init()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dfault.h116 extern void sh_done(void*,int);
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dmisc.c154 sh_done(shp,0); in B_login()