Searched refs:scroll_tab_list (Results 1 – 2 of 2) sorted by relevance
90 struct scroll_tab_list { struct92 struct scroll_tab_list *next; argument95 extern struct scroll_tab_list *scroll_tab;
2334 struct scroll_tab_list *scroll_tab = 0;2339 struct scroll_tab_list *new_scroll; in add_scroll_tab()2341 new_scroll = xmalloc(sizeof(struct scroll_tab_list)); in add_scroll_tab()2350 struct scroll_tab_list *loop; in choose_scroll_tab()2371 struct scroll_tab_list *loop; in free_scroll_tab()