Searched refs:EXINT (Results 1 – 6 of 6) sorted by relevance
57 #define EXINT 0 /* SIGINT received */ macro
120 exraise(EXINT); in onint()
106 if (exception == EXINT) in main()
38 calling error or errorwithstatus. EXINT is an interrupt.41 EXINT exception to return to the main command loop. (Exception:42 EXINT is not raised if the user traps interrupts using the trap
1087 if (e == EXINT) in evalcommand()
2199 } else if (exception == EXINT) in expandstr()