Searched refs:sh_trap (Results 1 - 12 of 12) sorted by relevance

/ast/src/cmd/tksh/
H A Duinit.c43 sh_trap("tkloop", 0);
/ast/src/cmd/ksh93/include/
H A Dshell.h181 extern int sh_trap(const char*,int);
/ast/src/cmd/ksh93/sh/
H A Dfault.c403 sh_trap(trap,0);
434 sh_trap(trap,0);
446 int sh_trap(const char *trap, int mode) function
618 sh_trap(t,0);
H A Dxec.c550 n = sh_trap(trap,0);
820 sh_trap("typeset -p\nprint cd \"$PWD\"\nprint .sh.dollar=$$\nprint umask $(umask)",0);
872 sh_trap("set +o",0);
3456 sh_trap(trap,0);
3677 sh_trap(prolog,0);
H A Dsubshell.c634 sh_trap(trap,0);
H A Djobs.c219 sh_trap(trap,0);
H A Dinit.c1555 shp->bltindata.shtrap = sh_trap;
/ast/src/lib/libtksh/src/
H A Deval.c246 result = sh_trap(cmd, 0);
252 result = sh_trap(command, 0);
H A Dfilecmd.c860 sh_trap("exec 3<&p 3<&- 4>&p 4>&-",0);
/ast/src/cmd/kshlib/dbm_t/
H A Ddbm_t.c134 sh_trap(val,0);
/ast/src/cmd/ksh93/edit/
H A Dedit.c767 sh_trap(".sh.subscript=$(tput cuu1 2>/dev/null)",0);
1589 sh_trap(shp->st.trap[SH_KEYTRAP],0);
H A Demacs.c1062 sh_trap("tput clear", 0);

Completed in 37 milliseconds