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

/freebsd-10-stable/contrib/nvi/vi/
H A Dv_put.c54 if (INTERRUPTED(sp))
85 if (INTERRUPTED(sp))
H A Dvs_msg.c380 if (INTERRUPTED(sp))
449 if (INTERRUPTED(sp))
566 if (!F_ISSET(sp, SC_EX_WAIT_NO) && !INTERRUPTED(sp)) {
H A Dvi.c205 if (INTERRUPTED(sp))
361 gc_err_noflush: if (INTERRUPTED(sp)) {
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_print.c134 if (INTERRUPTED(sp))
151 if (!INTERRUPTED(sp) && LF_ISSET(E_C_LIST)) {
156 if (!INTERRUPTED(sp))
189 if (INTERRUPTED(sp))
221 if (INTERRUPTED(sp))
241 if (INTERRUPTED(sp))
245 if (INTERRUPTED(sp))
H A Dex_display.c101 if (INTERRUPTED(sp))
110 if (INTERRUPTED(sp))
138 if (INTERRUPTED(sp))
H A Dex_screen.c114 for (cnt = 1; tsp != NULL && !INTERRUPTED(sp);
128 if (!INTERRUPTED(sp))
H A Dex_usage.c101 for (cp = cmds; cp->name != NULL && !INTERRUPTED(sp); ++cp) {
176 for (key = 0; key <= MAXVIKEY && !INTERRUPTED(sp); ++key) {
H A Dex_args.c291 if (INTERRUPTED(sp))
H A Dex_filter.c308 for (exp = EXP(sp); !ex_getline(sp, fp, &len) && !INTERRUPTED(sp);) {
H A Dex_global.c200 if (INTERRUPTED(sp)) {
H A Dex_read.c321 if (INTERRUPTED(sp))
H A Dex_write.c341 if (INTERRUPTED(sp))
H A Dex.c108 if (INTERRUPTED(sp)) {
134 if (INTERRUPTED(sp)) {
1383 if (ecp->cmd->fn(sp, ecp) || INTERRUPTED(sp)) {
H A Dex_subst.c496 if (INTERRUPTED(sp))
H A Dex_tag.c503 for (cnt = 1, tqp = TAILQ_FIRST(exp->tq); !INTERRUPTED(sp) &&
/freebsd-10-stable/contrib/nvi/common/
H A Ddelete.c55 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp))
80 INTERRUPT_CHECK == 0 && INTERRUPTED(sp))
153 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp))
H A Dsearch.c209 if (INTERRUPTED(sp))
343 if (INTERRUPTED(sp))
H A Dkey.h193 #define INTERRUPTED(sp) \ macro
/freebsd-10-stable/sys/pc98/cbus/
H A Dolpt.c175 #define INTERRUPTED (1<<7) /* write call was interrupted */ macro
564 sc->sc_state &= ~INTERRUPTED;
583 sc->sc_state |= INTERRUPTED;
/freebsd-10-stable/sys/dev/ppbus/
H A Dlpt.c161 #define INTERRUPTED (1<<7) /* write call was interrupted */ macro
625 if ((!(sc->sc_state & INTERRUPTED)) && (sc->sc_irq & LP_USE_IRQ))
790 sc->sc_state &= ~INTERRUPTED;
811 sc->sc_state |= INTERRUPTED;
836 sc->sc_state |= INTERRUPTED;
909 if (!(sc->sc_state & INTERRUPTED))

Completed in 360 milliseconds