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

/external/mksh/src/
H A Djobs.c112 #define JW_INTERRUPT 0x01 /* ^C will stop the wait */ macro
716 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY;
1171 if ((flags & JW_INTERRUPT) && (rv = trap_pending())) {

Completed in 113 milliseconds