Searched refs:quickfix_busy (Results 1 – 2 of 2) sorted by relevance
163 static int quickfix_busy = 0; variable1959 if (quickfix_busy > 0) in ll_free_all()2008 quickfix_busy++; in incr_quickfix_busy()2017 if (--quickfix_busy == 0) in decr_quickfix_busy()2031 if (quickfix_busy < 0) in decr_quickfix_busy()2043 if (quickfix_busy != 0) in check_quickfix_busy()2045 semsg("quickfix_busy not zero on exit: %ld", (long)quickfix_busy); in check_quickfix_busy()
28823 Solution: Add the quickfix_busy() flag to postpone deleting quickfix lists