Searched refs:INTERRUPTED (Results 1 – 20 of 20) sorted by relevance
144 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()
106 if (INTERRUPTED(sp)) in bdisplay()115 if (INTERRUPTED(sp)) in bdisplay()142 if (INTERRUPTED(sp)) in db()
121 for (cnt = 1; tsp != NULL && !INTERRUPTED(sp); in ex_sdisplay()135 if (!INTERRUPTED(sp)) in ex_sdisplay()
113 for (cp = cmds; cp->name != NULL && !INTERRUPTED(sp); ++cp) { in ex_usage()186 for (key = 0; key <= MAXVIKEY && !INTERRUPTED(sp); ++key) { in ex_viusage()
323 for (exp = EXP(sp); !ex_getline(sp, fp, &len) && !INTERRUPTED(sp);) { in filter_ldisplay()
204 if (INTERRUPTED(sp)) { in ex_g_setup()
336 if (INTERRUPTED(sp)) in ex_writefp()
330 if (INTERRUPTED(sp)) in ex_readfp()
296 if (INTERRUPTED(sp)) in ex_args()
116 if (INTERRUPTED(sp)) { in ex()143 if (INTERRUPTED(sp)) { in ex()1391 if (ecp->cmd->fn(sp, ecp) || INTERRUPTED(sp)) { in ex_cmd()
505 if (INTERRUPTED(sp)) in s()
547 for (cnt = 1, tqp = TAILQ_FIRST(&exp->tq); !INTERRUPTED(sp) && in ex_tag_display()
56 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()
208 if (INTERRUPTED(sp)) in f_search()340 if (INTERRUPTED(sp)) in b_search()
181 #define INTERRUPTED(sp) \ macro
60 if (INTERRUPTED(sp)) in v_Put()91 if (INTERRUPTED(sp)) in v_put()
387 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()
217 if (INTERRUPTED(sp)) in vi()382 gc_err_noflush: if (INTERRUPTED(sp)) { in vi()
551 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()
64 #define INTERRUPTED (unsigned)(1<<7) /* write call was interrupted */ macro