Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c1330 if (!(t = gettrap(p + 1, false))) { in c_kill()
1344 if (!(t = gettrap(builtin_opt.optarg, true))) { in c_kill()
2306 s = (gettrap(*wp, false) == NULL) ? *wp++ : NULL; in c_trap()
2313 if ((p = gettrap(*wp++, true)) == NULL) { in c_trap()
Dhistrap.c1079 gettrap(const char *cs, bool igncase) in gettrap() function
Dsh.h1750 Trap *gettrap(const char *, bool);