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

  /external/mksh/src/
main.c 882 ++trap_nested;
883 runtrap(&sigtraps[ksh_SIGEXIT], trap_nested == 1);
884 --trap_nested;
887 ++trap_nested;
888 runtrap(&sigtraps[ksh_SIGERR], trap_nested == 1);
889 --trap_nested;
    [all...]
histrap.c 1268 ++trap_nested;
1275 if (!--trap_nested)
    [all...]
sh.h 804 EXTERN uint8_t trap_nested; /* running nested traps */ variable
    [all...]

Completed in 654 milliseconds