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

  /external/mksh/src/
histrap.c 1288 runtrap(p, false);
1290 runtrap(NULL, true);
1294 runtrap(Trap *p, bool is_last) function
    [all...]
main.c 804 runtrap(&sigtraps[ksh_SIGEXIT], trap_nested == 1);
809 runtrap(&sigtraps[ksh_SIGERR], trap_nested == 1);
    [all...]
sh.h 729 #define TF_CHANGED BIT(8) /* used by runtrap() to detect trap changes */
    [all...]

Completed in 294 milliseconds