Searched refs:delcount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/apache-793/httpd/support/
H A Dhtcacheclean.c96 static int delcount; /* file deletion count for nice mode */ variable
311 if (++delcount >= DELETE_NICE) {
313 delcount = 0;
345 if (++delcount >= DELETE_NICE) {
347 delcount = 0;
392 delcount += 2;
393 if (delcount >= DELETE_NICE) {
395 delcount = 0;
1708 delcount = 0;
/macosx-10.10.1/vim-55/src/
H A Dops.c3237 int delcount; local
3520 delcount = 0;
3550 delcount = 1;
3560 delcount = 0;
3603 mch_memmove(ptr, oldp + bd.textcol + delcount,
3604 (size_t)(oldlen - bd.textcol - delcount + 1));
/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c4449 int delcount = window_deletion_count;
4565 if (delcount != window_deletion_count)
4439 int delcount = window_deletion_count; local

Completed in 126 milliseconds