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 803 ++trap_nested;
804 runtrap(&sigtraps[ksh_SIGEXIT], trap_nested == 1);
805 --trap_nested;
808 ++trap_nested;
809 runtrap(&sigtraps[ksh_SIGERR], trap_nested == 1);
810 --trap_nested;
    [all...]
histrap.c 1284 ++trap_nested;
1289 if (!--trap_nested)
    [all...]
sh.h 617 EXTERN uint8_t trap_nested; /* running nested traps */ variable
    [all...]

Completed in 425 milliseconds