Searched refs:scroll_tab_list (Results 1 – 2 of 2) sorted by relevance
89 struct scroll_tab_list { struct91 struct scroll_tab_list *next; argument94 extern struct scroll_tab_list *scroll_tab;
2330 struct scroll_tab_list *scroll_tab = 0;2335 struct scroll_tab_list *new_scroll; in add_scroll_tab()2337 new_scroll = xmalloc(sizeof(struct scroll_tab_list)); in add_scroll_tab()2346 struct scroll_tab_list *loop; in choose_scroll_tab()2367 struct scroll_tab_list *loop; in free_scroll_tab()