Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
HDerror.h57 #define EXINT 0 /* SIGINT received */ macro
HDerror.c120 exraise(EXINT); in onint()
HDmain.c106 if (exception == EXINT) in main()
HDTOUR38 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
HDeval.c1087 if (e == EXINT) in evalcommand()
HDparser.c2199 } else if (exception == EXINT) in expandstr()