Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/common/
H A 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()
H A Dsearch.c206 for (cnt = INTERRUPT_CHECK, rval = 1;; ++lno, coff = 0) { in f_search()
214 cnt = INTERRUPT_CHECK; in f_search()
338 for (cnt = INTERRUPT_CHECK, rval = 1, wrapped = 0;; --lno, coff = 0) { in b_search()
346 cnt = INTERRUPT_CHECK; in b_search()
H A Dkey.h180 #define INTERRUPT_CHECK 100 macro
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_global.c200 cnt = INTERRUPT_CHECK; in ex_g_setup()
212 cnt = INTERRUPT_CHECK; in ex_g_setup()
H A Dex_write.c335 if ((lcnt + 1) % INTERRUPT_CHECK == 0) { in ex_writefp()
H A Dex_read.c329 if ((lcnt + 1) % INTERRUPT_CHECK == 0) { in ex_readfp()