Home
last modified time | relevance | path

Searched refs:gettrap (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dfuncs.c1081 if (!(t = gettrap(p + 1, false, false))) { in c_kill()
1095 if (!(t = gettrap(builtin_opt.optarg, in c_kill()
2124 if (!(p = gettrap(*wp++, true, true))) { in c_trap()
Dhistrap.c1168 gettrap(const char *cs, bool igncase, bool allsigs) in gettrap() function
Dsh.h2446 Trap *gettrap(const char *, bool, bool);