Searched refs:scroll_tab (Results 1 – 2 of 2) sorted by relevance
95 extern struct scroll_tab_list *scroll_tab;
2334 struct scroll_tab_list *scroll_tab = 0; variable2343 new_scroll->next = scroll_tab; in add_scroll_tab()2344 scroll_tab = new_scroll; in add_scroll_tab()2357 for(loop = scroll_tab; loop && (tmp >= 0); loop = loop->next) in choose_scroll_tab()2373 while(scroll_tab) { in free_scroll_tab()2374 loop = scroll_tab; in free_scroll_tab()2375 scroll_tab = scroll_tab->next; in free_scroll_tab()