gettrap
if (!(t = gettrap(p + 1, true))) {
if (!(t = gettrap(builtin_opt.optarg, true))) {
s = (gettrap(*wp, false) == NULL) ? *wp++ : NULL; /* get command */
p = gettrap(*wp++, true);
Trap * gettrap(const char *, int);