Home
last modified time | relevance | path

Searched refs:settrap (Results 1 – 16 of 16) sorted by relevance

/dports/shells/pdksh/pdksh-5.2.14/
H A Dtrap.c269 settrap(p, (char *) 0); in cleartraps()
287 settrap(p, s) in settrap() function
H A Dproto.h240 void settrap ARGS((Trap *p, char *s));
H A Dc_sh.c517 settrap(p, s);
H A DChangeLog.0694 settrap): use TF_FATAL, fatal_trap.
1687 * trap.c(settrap): set TF_CHANGED when setting trap.
2034 * trap.c(settrap): deleted force trap since probably will never
2113 command traps using settrap(); clear intrsig.
2137 * trap.c(settrap): new function - does most of what c_trap did.
2138 * c_sh.c(c_trap): changed to use settrap(); print out default
H A DChangeLog1242 * sh.h(struct trap),trap.c(setsig,settrap),sigact.c,sigact.h:
/dports/shells/oksh/oksh-7.0/
H A Dtrap.c280 settrap(p, NULL); in cleartraps()
298 settrap(Trap *p, char *s) in settrap() function
H A Dsh.h578 void settrap(Trap *, char *);
H A Dc_sh.c510 settrap(p, s); in c_trap()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dsignals.c917 settrap(int sig, Eprog l, int flags) in settrap() function
1128 settrap(sig, NULL, ZSIG_FUNC); in endtrapscope()
1130 settrap(sig, (Eprog) st->list, 0); in endtrapscope()
H A Dhashtable.c876 settrap(signum, NULL, ZSIG_FUNC); in enableshfuncnode()
H A Dexec.c1026 settrap(SIGINT, NULL, 0); in entersubsh()
1027 settrap(SIGQUIT, NULL, 0); in entersubsh()
5306 if (settrap(signum, NULL, ZSIG_FUNC)) {
H A Dbuiltin.c3612 if (settrap(signum, NULL, ZSIG_FUNC)) { in bin_functions()
7242 if (settrap(sig, t, flags)) in bin_trap()
/dports/shells/mksh/mksh/
H A Dhistrap.c1408 settrap(p, NULL); in cleartraps()
1429 settrap(Trap *p, const char *s) in settrap() function
H A Dsh.h2536 void settrap(Trap *, const char *);
H A Dfuncs.c2119 settrap(p, s); in c_trap()
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dparameter.c306 if (settrap(sn, NULL, ZSIG_FUNC)) { in setfunction()