Searched refs:bufcount (Results 1 – 3 of 3) sorted by relevance
279 int bufcount = 0; in check_changed_any() local286 ++bufcount; in check_changed_any()288 if (bufcount == 0) in check_changed_any()291 bufnrs = ALLOC_MULT(int, bufcount); in check_changed_any()
475 let bufcount = len(getbufinfo())484 call assert_equal(bufcount + 1, len(getbufinfo()))
4589 exists("bufcount")4609 exists(bufcount)4610 < This doesn't check for existence of the "bufcount" variable,4611 but gets the value of "bufcount", and checks if that exists.