Lines Matching refs:tab_count
166 i < sink->text_sink.tab_count ; i++, tab++) {
640 * tab_count - the number of tabs in the list.
646 SetTabs(w, tab_count, tabs)
648 int tab_count;
671 if (tab_count > sink->text_sink.tab_count) {
674 (Cardinal) (tab_count * sizeof(Position)));
677 (Cardinal) (tab_count * sizeof(short)));
680 for ( i = 0 ; i < tab_count ; i++ ) {
685 sink->text_sink.tab_count = tab_count;