Searched refs:last_check (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dnetbeans.c3722 long last_check = 100000L; local
3737 if (char_count > last_check)
3742 last_check = char_count + 100000L;
H A Dops.c6304 long last_check = 100000L; local
6375 if (byte_count > last_check)
6380 last_check = byte_count + 100000L;

Completed in 120 milliseconds