Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c99 #define JW_INTERRUPT 0x01 /* ^C will stop the wait */ macro
704 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; in waitfor()
1153 if ((flags & JW_INTERRUPT) && (rv = trap_pending())) { in j_waitj()