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 894 ++trap_nested;
895 runtrap(&sigtraps[ksh_SIGEXIT], trap_nested == 1);
896 --trap_nested;
899 ++trap_nested;
900 runtrap(&sigtraps[ksh_SIGERR], trap_nested == 1);
901 --trap_nested;
    [all...]
histrap.c 1209 ++trap_nested;
1214 if (!--trap_nested)
    [all...]
sh.h 736 EXTERN uint8_t trap_nested; /* running nested traps */ variable
    [all...]

Completed in 281 milliseconds