Searched refs:JW_INTERRUPT (Results 1 – 1 of 1) sorted by relevance
112 #define JW_INTERRUPT 0x01 /* ^C will stop the wait */ macro716 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; in waitfor()1171 if ((flags & JW_INTERRUPT) && (rv = trap_pending())) { in j_waitj()