Home
last modified time | relevance | path

Searched refs:loopcount (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/less/
H A Dlinenum.c213 static int loopcount; variable
221 if (loopcount >= 0 && ++loopcount > 100) in longish()
223 loopcount = 0; in longish()
227 loopcount = -1; in longish()
231 if (loopcount >= 0 && ++loopcount > LONGLOOP) in longish()
234 loopcount = -1; in longish()
245 if (loopcount >= 0) in abort_long()
305 loopcount = 0; in find_linenum()
364 loopcount = 0; in find_linenum()
/dragonfly/sys/vfs/ufs/
H A Dffs_softdep.c493 int matchcnt, loopcount; in softdep_process_worklist() local
532 loopcount = 1; in softdep_process_worklist()
563 if (loopcount++ % 128 == 0) { in softdep_process_worklist()
/dragonfly/contrib/gdb-7/gdb/
H A Dremote.c2529 int loopcount = 0; in remote_threadlist_iterator() local
2536 if (loopcount++ > looplimit) in remote_threadlist_iterator()