Searched refs:sh_trap (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | fault.c | 392 sh_trap(trap,0); in sh_chktrap() 424 sh_trap(trap,0); in sh_chktrap() 435 int sh_trap(const char *trap, int mode) in sh_trap() function 602 sh_trap(t,0); in sh_done()
|
H A D | subshell.c | 581 sh_trap(trap,0); in sh_subshell()
|
H A D | xec.c | 446 n = sh_trap(trap,0); in sh_debug() 2680 sh_trap(trap,0); in sh_funscope() 2909 sh_trap(prolog,0); in run_subshell()
|
H A D | jobs.c | 203 sh_trap(trap,0); in job_chldtrap()
|
H A D | init.c | 1306 shp->bltindata.shtrap = sh_trap; in sh_init()
|
/titanic_41/usr/src/cmd/ksh/builtins/ |
H A D | alias.c | 220 (void) sh_trap(script, 0); in script_builtin_main()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 175 extern int sh_trap(const char*,int);
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 185 extern __MANGLE__ int sh_trap __PROTO__((const char*,int));
|
/titanic_41/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 185 extern __MANGLE__ int sh_trap __PROTO__((const char*,int));
|
/titanic_41/usr/src/lib/libshell/ |
H A D | mapfile-vers | 52 sh_trap;
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 185 extern __MANGLE__ int sh_trap __PROTO__((const char*,int));
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 185 extern __MANGLE__ int sh_trap __PROTO__((const char*,int));
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | poll_solaris.c | 381 sh_trap(buff, 0); in b_poll()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 756 sh_trap(".sh.subscript=$(tput cuu1 2>/dev/null)",0); in ed_setup() 1569 sh_trap(shp->st.trap[SH_KEYTRAP],0);
|
H A D | emacs.c | 1007 sh_trap("tput clear", 0); in escape()
|