Searched refs:last_maptick (Results 1 – 2 of 2) sorted by relevance
287 static int last_maptick = -1; // last seen maptick variable315 if (maptick == last_maptick && hisidx[HIST_SEARCH] >= 0) in add_to_history()325 last_maptick = -1; in add_to_history()344 last_maptick = maptick; in add_to_history()519 if (histype == HIST_SEARCH && maptick == last_maptick && i == idx) in del_history_idx()520 last_maptick = -1; in del_history_idx()
6856 Solution: Reset last_maptick when deleting the last entry of the search