Searched refs:initial_list (Results 1 – 2 of 2) sorted by relevance
2584 : initial_list(0) in tab_stops()2606 for (tem = initial_list; tem && tem->pos <= curpos; tem = tem->next) in distance_to_next_tab()2637 for (p = initial_list; p; p = p->next) in to_string()2650 for (p = initial_list; p; p = p->next) { in to_string()2694 tab_stops::tab_stops() : initial_list(0), repeated_list(0) in tab_stops()2699 : initial_list(0), repeated_list(0) in tab_stops()2701 tab **p = &initial_list; in tab_stops()2702 tab *t = ts.initial_list; in tab_stops()2719 while (initial_list) { in clear()2720 tab *tem = initial_list; in clear()[all …]
83 tab *initial_list; variable