HomeSort by: relevance | last modified time | path
    Searched refs:INTERRUPT_CHECK (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
delete.c 56 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp))
81 INTERRUPT_CHECK == 0 && INTERRUPTED(sp))
156 if (lno % INTERRUPT_CHECK == 0 && INTERRUPTED(sp))
search.c 206 for (cnt = INTERRUPT_CHECK, rval = 1;; ++lno, coff = 0) {
214 cnt = INTERRUPT_CHECK;
338 for (cnt = INTERRUPT_CHECK, rval = 1, wrapped = 0;; --lno, coff = 0) {
346 cnt = INTERRUPT_CHECK;
key.h 177 * INTERRUPT_CHECK is the number of lines "operated" on before checking for
180 #define INTERRUPT_CHECK 100
  /src/external/bsd/nvi/dist/ex/
ex_global.c 200 cnt = INTERRUPT_CHECK;
212 cnt = INTERRUPT_CHECK;
ex_read.c 329 if ((lcnt + 1) % INTERRUPT_CHECK == 0) {
ex_write.c 335 if ((lcnt + 1) % INTERRUPT_CHECK == 0) {

Completed in 27 milliseconds