Home
last modified time | relevance | path

Searched refs:EXINT (Results 1 – 6 of 6) sorted by relevance

/freebsd/bin/sh/
H A Derror.h54 #define EXINT 0 /* SIGINT received */ macro
H A Derror.c112 exraise(EXINT); in onint()
H A Dmain.c108 if (exception == EXINT) in main()
H A DTOUR36 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
H A Deval.c1079 if (e == EXINT) in evalcommand()
H A Dparser.c2271 } else if (exception == EXINT) in expandstr()