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

/external/mksh/src/
H A Dfuncs.c1320 if (!(t = gettrap(p + 1, false))) {
1334 if (!(t = gettrap(builtin_opt.optarg, true))) {
2284 s = (gettrap(*wp, false) == NULL) ? *wp++ : NULL;
2291 if ((p = gettrap(*wp++, true)) == NULL) {
H A Dhistrap.c1076 gettrap(const char *cs, bool igncase) function
H A Dsh.h1745 Trap *gettrap(const char *, bool);

Completed in 398 milliseconds