Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/ex/
Dex_print.c144 if (INTERRUPTED(sp)) in ex_print()
161 if (!INTERRUPTED(sp) && LF_ISSET(E_C_LIST)) { in ex_ldisplay()
166 if (!INTERRUPTED(sp)) in ex_ldisplay()
201 if (INTERRUPTED(sp)) in ex_scprint()
231 if (INTERRUPTED(sp)) in ex_prchars()
255 if (INTERRUPTED(sp)) in ex_prchars()
Dex_display.c106 if (INTERRUPTED(sp)) in bdisplay()
115 if (INTERRUPTED(sp)) in bdisplay()
142 if (INTERRUPTED(sp)) in db()
Dex_screen.c121 for (cnt = 1; tsp != NULL && !INTERRUPTED(sp); in ex_sdisplay()
135 if (!INTERRUPTED(sp)) in ex_sdisplay()
Dex_usage.c113 for (cp = cmds; cp->name != NULL && !INTERRUPTED(sp); ++cp) { in ex_usage()
186 for (key = 0; key <= MAXVIKEY && !INTERRUPTED(sp); ++key) { in ex_viusage()
Dex_filter.c323 for (exp = EXP(sp); !ex_getline(sp, fp, &len) && !INTERRUPTED(sp);) { in filter_ldisplay()
Dex_global.c204 if (INTERRUPTED(sp)) { in ex_g_setup()
Dex_write.c336 if (INTERRUPTED(sp)) in ex_writefp()
Dex_read.c330 if (INTERRUPTED(sp)) in ex_readfp()
Dex_args.c296 if (INTERRUPTED(sp)) in ex_args()
Dex.c116 if (INTERRUPTED(sp)) { in ex()
143 if (INTERRUPTED(sp)) { in ex()
1391 if (ecp->cmd->fn(sp, ecp) || INTERRUPTED(sp)) { in ex_cmd()
Dex_subst.c505 if (INTERRUPTED(sp)) in s()
Dex_tag.c547 for (cnt = 1, tqp = TAILQ_FIRST(&exp->tq); !INTERRUPTED(sp) && in ex_tag_display()
/netbsd/src/external/bsd/nvi/dist/common/
Ddelete.c56 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
81 INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
156 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
Dsearch.c208 if (INTERRUPTED(sp)) in f_search()
340 if (INTERRUPTED(sp)) in b_search()
Dkey.h181 #define INTERRUPTED(sp) \ macro
/netbsd/src/external/bsd/nvi/dist/vi/
Dv_put.c60 if (INTERRUPTED(sp)) in v_Put()
91 if (INTERRUPTED(sp)) in v_put()
Dvs_msg.c387 if (INTERRUPTED(sp)) in vs_msg()
457 if (INTERRUPTED(sp)) in vs_output()
579 if (!F_ISSET(sp, SC_EX_WAIT_NO) && !INTERRUPTED(sp)) { in vs_ex_resolve()
Dvi.c217 if (INTERRUPTED(sp)) in vi()
382 gc_err_noflush: if (INTERRUPTED(sp)) { in vi()
/netbsd/src/sys/dev/ppbus/
Dlpt.c551 sc->sc_state &= ~INTERRUPTED; in lptread()
559 sc->sc_state |= INTERRUPTED; in lptread()
598 sc->sc_state &= ~INTERRUPTED; in lptwrite()
609 sc->sc_state |= INTERRUPTED; in lptwrite()
Dlptvar.h64 #define INTERRUPTED (unsigned)(1<<7) /* write call was interrupted */ macro