Searched refs:trap_state (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dinit.c1028 trap_state = TRAP_STATE_INACTIVE;
1262 int otrap_return = trap_return, otrap_state = trap_state;
1306 trap_state = TRAP_STATE_INACTIVE;
1348 trap_state = otrap_state;
H A Dsignals.c1195 /* execsave will save the old trap_return and trap_state */
1223 trap_state = TRAP_STATE_PRIMED;
1235 trap_state = TRAP_STATE_PRIMED;
1245 new_trap_state = trap_state;
H A Dexec.c68 * State of trap return value. Value is from enum trap_state.
72 int trap_state; variable
4613 if (trap_state == TRAP_STATE_PRIMED)
4804 if (trap_state == TRAP_STATE_PRIMED)
5085 es->trap_state = trap_state;
5119 trap_state = en->trap_state;
H A Dzsh.h976 int trap_state; member in struct:execstack
2578 * State of traps, stored in trap_state.
2580 enum trap_state { enum

Completed in 194 milliseconds