HomeSort by relevance Sort by last modified time
    Searched refs:runtrap (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
histrap.c 1213 runtrap(p, false);
1215 runtrap(NULL, true);
1219 runtrap(Trap *p, bool is_last) function
    [all...]
main.c 921 runtrap(&sigtraps[ksh_SIGEXIT], trap_nested == 1);
926 runtrap(&sigtraps[ksh_SIGERR], trap_nested == 1);
    [all...]
sh.h 863 #define TF_CHANGED BIT(8) /* used by runtrap() to detect trap changes */
    [all...]

Completed in 59 milliseconds