Home
last modified time | relevance | path

Searched refs:tabs (Results 1 – 7 of 7) sorted by relevance

/coreutils/src/
Dexpand-common.c233 validate_tab_stops (uintmax_t const *tabs, size_t entries) in validate_tab_stops() argument
239 if (tabs[i] == 0) in validate_tab_stops()
241 if (tabs[i] <= prev_tab) in validate_tab_stops()
243 prev_tab = tabs[i]; in validate_tab_stops()
Dfmt.c231 static bool tabs; variable
485 tabs = false; in fmt()
766 tabs = true; in get_space()
1030 if (tabs) in put_space()
/coreutils/man/
Dunexpand.x2 unexpand \- convert spaces to tabs
Dexpand.x2 expand \- convert tabs to spaces
/coreutils/
DHACKING363 (setq indent-tabs-mode nil))))
511 Filtering most source files through "indent --no-tabs" should
539 for trailing whitespace and spaces before tabs; enable it by moving it
DNEWS558 pr again adjusts tabs in input, to maintain alignment in multi column output.
1089 by prefixing the last specified number like --tabs=1,+8 which is
1188 specified number like --tabs=2,4,/8.
1234 pr now handles specified separator strings containing tabs correctly.
4833 non-POSIX locales) instead of spaces and tabs. Unexpand now
4834 preserves some blanks instead of converting them to tabs or spaces.
/coreutils/doc/
Dcoreutils.texi67 * expand: (coreutils)expand invocation. Convert tabs to spaces.
134 * unexpand: (coreutils)unexpand invocation. Convert spaces to tabs.
300 * expand invocation:: Convert tabs to spaces
301 * unexpand invocation:: Convert spaces to tabs
1697 @itemx --show-tabs
1699 @opindex --show-tabs
1912 or tabs.
2467 indentation are not joined; tabs are expanded on input and introduced on
2683 @itemx --expand-tabs[=@var{in-tabchar}[@var{in-tabwidth}]]
2685 @opindex --expand-tabs
[all …]