HomeSort by: relevance | last modified time | path
    Searched refs:Tabs (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 501 * check for tabs.
1159 * continuation line (which was indented correctly for tabs=4) would
1160 * get indented off the screen if we just blindly converted to tabs.
1362 * DESCRIPTION: Simply count the number of tabs in the input file buffer
1385 AsPrint ("Tabs found", TabCount, Filename);
  /src/external/gpl2/gettext/dist/gettext-runtime/man/
help2man 26 use Text::Tabs qw(expand);
  /src/external/gpl2/gettext/dist/gettext-tools/man/
help2man 26 use Text::Tabs qw(expand);
  /src/external/apache2/llvm/dist/clang/lib/Format/
WhitespaceManager.cpp 1068 unsigned Tabs = Indentation / Style.TabWidth;
1069 Text.append(Tabs, '\t');
1070 Spaces -= Tabs * Style.TabWidth;

Completed in 76 milliseconds