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 920 ++trap_nested;
921 runtrap(&sigtraps[ksh_SIGEXIT], trap_nested == 1);
922 --trap_nested;
925 ++trap_nested;
926 runtrap(&sigtraps[ksh_SIGERR], trap_nested == 1);
927 --trap_nested;
    [all...]
histrap.c 1209 ++trap_nested;
1214 if (!--trap_nested)
    [all...]
sh.h 744 EXTERN uint8_t trap_nested; /* running nested traps */ variable
    [all...]

Completed in 175 milliseconds