Lines Matching defs:tab_count
250 if (++i >= sink->text_sink.tab_count) {
824 SetTabs((Widget)w, w->text_sink.tab_count, w->text_sink.char_tabs);
904 * tab_count - number of tabs in the list
911 SetTabs(Widget w, int tab_count, short* tabs)
947 if (tab_count > sink->text_sink.tab_count) {
950 (Cardinal)((unsigned long)tab_count * sizeof(Position)));
953 (Cardinal)((unsigned long)tab_count * sizeof(short)));
956 for (i = 0 ; i < tab_count ; i++) {
961 sink->text_sink.tab_count = tab_count;