Home
last modified time | relevance | path

Searched refs:INTERRUPT_CHECK (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/nvi/common/
H A Ddelete.c47 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
72 INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
147 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp)) in del()
H A Dsearch.c198 for (cnt = INTERRUPT_CHECK, rval = 1;; ++lno, coff = 0) { in f_search()
206 cnt = INTERRUPT_CHECK; in f_search()
326 for (cnt = INTERRUPT_CHECK, rval = 1, wrapped = 0;; --lno, coff = 0) { in b_search()
334 cnt = INTERRUPT_CHECK; in b_search()
H A Dkey.h192 #define INTERRUPT_CHECK 100 macro
/freebsd/contrib/nvi/ex/
H A Dex_global.c193 cnt = INTERRUPT_CHECK; in ex_g_setup()
205 cnt = INTERRUPT_CHECK; in ex_g_setup()
H A Dex_read.c315 if ((lcnt + 1) % INTERRUPT_CHECK == 0) { in ex_readfp()
H A Dex_write.c321 if ((lcnt + 1) % INTERRUPT_CHECK == 0) { in ex_writefp()