Searched refs:swap_start (Results 1 – 1 of 1) sorted by relevance
90 int swap_start = 0; in addRecentFilePreference() local95 swap_start = i; in addRecentFilePreference()96 if (swap_start >= NUM_RECENT_FILES) swap_start = NUM_RECENT_FILES-1; in addRecentFilePreference()106 swap_start = i; in addRecentFilePreference()113 for (int i=swap_start; i > 0; i--) { in addRecentFilePreference()