Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/nvi/ex/
H A Dex_print.c134 if (INTERRUPTED(sp)) in ex_print()
151 if (!INTERRUPTED(sp) && LF_ISSET(E_C_LIST)) { in ex_ldisplay()
156 if (!INTERRUPTED(sp)) in ex_ldisplay()
189 if (INTERRUPTED(sp)) in ex_scprint()
221 if (INTERRUPTED(sp)) in ex_prchars()
241 if (INTERRUPTED(sp)) in ex_prchars()
245 if (INTERRUPTED(sp)) in ex_prchars()
H A Dex_display.c101 if (INTERRUPTED(sp)) in bdisplay()
110 if (INTERRUPTED(sp)) in bdisplay()
138 if (INTERRUPTED(sp)) in db()
H A Dex_screen.c114 for (cnt = 1; tsp != NULL && !INTERRUPTED(sp); in ex_sdisplay()
128 if (!INTERRUPTED(sp)) in ex_sdisplay()
H A Dex_usage.c101 for (cp = cmds; cp->name != NULL && !INTERRUPTED(sp); ++cp) { in ex_usage()
176 for (key = 0; key <= MAXVIKEY && !INTERRUPTED(sp); ++key) { in ex_viusage()
H A Dex_filter.c308 for (exp = EXP(sp); !ex_getline(sp, fp, &len) && !INTERRUPTED(sp);) { in filter_ldisplay()
H A Dex_global.c200 if (INTERRUPTED(sp)) { in ex_g_setup()
H A Dex_read.c321 if (INTERRUPTED(sp)) in ex_readfp()
H A Dex_write.c326 if (INTERRUPTED(sp)) in ex_writefp()
H A Dex_args.c291 if (INTERRUPTED(sp)) in ex_args()
H A Dex.c108 if (INTERRUPTED(sp)) { in ex()
134 if (INTERRUPTED(sp)) { in ex()
1383 if (ecp->cmd->fn(sp, ecp) || INTERRUPTED(sp)) { in ex_cmd()
H A Dex_subst.c496 if (INTERRUPTED(sp)) in s()
H A Dex_tag.c503 for (cnt = 1, tqp = TAILQ_FIRST(exp->tq); !INTERRUPTED(sp) && in ex_tag_display()
/freebsd-12.1/contrib/nvi/common/
H A Ddelete.c55 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
80 INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
153 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
H A Dsearch.c210 if (INTERRUPTED(sp)) in f_search()
344 if (INTERRUPTED(sp)) in b_search()
H A Dkey.h193 #define INTERRUPTED(sp) \ macro
/freebsd-12.1/contrib/nvi/vi/
H A Dv_put.c54 if (INTERRUPTED(sp)) in v_Put()
85 if (INTERRUPTED(sp)) in v_put()
H A Dvs_msg.c380 if (INTERRUPTED(sp)) in vs_msg()
449 if (INTERRUPTED(sp)) in vs_output()
566 if (!F_ISSET(sp, SC_EX_WAIT_NO) && !INTERRUPTED(sp)) { in vs_ex_resolve()
H A Dvi.c205 if (INTERRUPTED(sp)) in vi()
361 gc_err_noflush: if (INTERRUPTED(sp)) { in vi()
/freebsd-12.1/sys/dev/ppbus/
H A Dlpt.c163 #define INTERRUPTED (1<<7) /* write call was interrupted */ macro
627 if ((!(sc->sc_state & INTERRUPTED)) && (sc->sc_irq & LP_USE_IRQ)) in lptclose()
792 sc->sc_state &= ~INTERRUPTED; in lptwrite()
813 sc->sc_state |= INTERRUPTED; in lptwrite()
838 sc->sc_state |= INTERRUPTED; in lptwrite()
911 if (!(sc->sc_state & INTERRUPTED)) in lptintr()