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 948 ++trap_nested;
949 runtrap(&sigtraps[ksh_SIGEXIT], trap_nested == 1);
950 --trap_nested;
953 ++trap_nested;
954 runtrap(&sigtraps[ksh_SIGERR], trap_nested == 1);
955 --trap_nested;
    [all...]
histrap.c 1317 ++trap_nested;
1324 if (!--trap_nested)
    [all...]
sh.h 863 EXTERN uint8_t trap_nested; /* running nested traps */ variable
    [all...]

Completed in 117 milliseconds