Searched refs:gettrap (Results 1 – 3 of 3) sorted by relevance
1330 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()
1079 gettrap(const char *cs, bool igncase) in gettrap() function
1750 Trap *gettrap(const char *, bool);