Searched refs:tab_count (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dgui_motif.c3324 int last_page, tab_count; local
3381 tab_count = nr - 1;
3401 XtVaSetValues(tabLine, XmNlastPageNumber, tab_count, NULL);
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm21989 my $tab_count =
21991 my $leading_string = "\t" x $tab_count . ' ' x $space_count;
22078 my $tab_count = int(
22080 $leading_string = "\t" x $tab_count . ' ' x $space_count;
[all...]

Completed in 261 milliseconds