HomeSort by: relevance | last modified time | path
    Searched refs:gettrap (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
c_sh.c 518 s = (gettrap(*wp, false) == NULL) ? *wp++ : NULL; /* get command */
524 p = gettrap(*wp++, true);
proto.h 231 Trap * gettrap ARGS((const char *, int));
trap.c 93 gettrap(name, igncase) function
c_ksh.c 1188 if (!(t = gettrap(p + 1, true))) {
1202 if (!(t = gettrap(builtin_opt.optarg, true))) {

Completed in 13 milliseconds