Searched refs:EXINT (Results 1 – 6 of 6) sorted by relevance
54 #define EXINT 0 /* SIGINT received */ macro
112 exraise(EXINT); in onint()
108 if (exception == EXINT) in main()
36 calling error or errorwithstatus. EXINT is an interrupt.39 EXINT exception to return to the main command loop. (Exception:40 EXINT is not raised if the user traps interrupts using the trap
1079 if (e == EXINT) in evalcommand()
2271 } else if (exception == EXINT) in expandstr()