Home
last modified time | relevance | path

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

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