Lines Matching full:opt_intr
103 static int opt_intr;
105 #define interactive (opt_intr == INTR_WHILE_WAIT)
1606 opt_intr = string_to_uint(optarg);
1607 if (opt_intr <= 0 || opt_intr >= NUM_INTR_OPTS)
1716 if (!opt_intr)
1717 opt_intr = INTR_NEVER;
1721 if (!opt_intr)
1722 opt_intr = INTR_WHILE_WAIT;
1751 if (opt_intr != INTR_ANYWHERE) {
1752 if (opt_intr == INTR_BLOCK_TSTP_TOO)
1760 if (opt_intr == INTR_WHILE_WAIT) {