Lines Matching defs:tab_count
189 i < sink->text_sink.tab_count ; i++, tab++) {
610 SetTabs( w, w->text_sink.tab_count, w->text_sink.char_tabs );
683 * tab_count - the number of tabs in the list.
692 int tab_count,
695 SetTabs( w, tab_count, tabs )
697 int tab_count;
734 if (tab_count > sink->text_sink.tab_count) {
737 (Cardinal) (tab_count * sizeof(Position)));
740 (Cardinal) (tab_count * sizeof(short)));
743 for ( i = 0 ; i < tab_count ; i++ ) {
748 sink->text_sink.tab_count = tab_count;