Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 5 of 5) sorted by relevance

/coreutils/src/
Djoin.c140 static int tab = -1; variable
280 if (0 <= tab && tab != '\n') in xfields()
283 for (; (sep = memchr (ptr, tab, lim - ptr)) != nullptr; ptr = sep + 1) in xfields()
286 else if (tab < 0) in xfields()
570 char output_separator = tab < 0 ? ' ' : tab; in prfields()
590 char output_separator = tab < 0 ? ' ' : tab; in prjoin()
1100 if (0 <= tab && tab != newtab) in main()
1102 tab = newtab; in main()
Dexpand-common.c288 uintmax_t tab = tab_list[*tab_index]; in get_next_tab_column() local
289 if (column < tab) in get_next_tab_column()
290 return tab; in get_next_tab_column()
Dsort.c350 static int tab = TAB_DEFAULT; variable
1623 if (tab != TAB_DEFAULT) in begfield()
1626 while (ptr < lim && *ptr != tab) in begfield()
1672 if (tab != TAB_DEFAULT) in limfield()
1675 while (ptr < lim && *ptr != tab) in limfield()
1721 if (tab != TAB_DEFAULT) in limfield()
1724 newlim = memchr (ptr, tab, lim - ptr); in limfield()
2478 if (!zero_width && !gkey_only && tab == TAB_DEFAULT && !line_offset in key_warnings()
2526 if (tab == TAB_DEFAULT in key_warnings()
2528 : tab == thousands_sep) in key_warnings()
[all …]
/coreutils/doc/
Dcoreutils.texi2687 Expand @var{tab}s to spaces on input. Optional argument @var{in-tabchar} is
2688 the input tab character (default is the TAB character). Second optional
2689 argument @var{in-tabwidth} is the input tab character's width (default
2714 Replace spaces with @var{tab}s on output. Optional argument @var{out-tabchar}
2715 is the output tab character (default is the TAB character). Second optional
2716 argument @var{out-tabwidth} is the output tab character's width (default
2910 @command{fold} counts screen columns by default; thus, a tab may count more
3834 assuming tab positions in every 8th column.
4552 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale
4568 is a space or a tab, but the @env{LC_CTYPE} locale can change this.
[all …]
/coreutils/
DNEWS1088 expand and unexpand now support specifying an offset for tab stops
1186 expand and unexpand now support specifying a tab size to use
1187 after explicitly specified tab stops, by prefixing the last
2463 followed by a tab. In that case a space was dropped, causing misalignment.
2464 We also now ensure that a space never precedes a tab.
4832 blanks (which can include characters other than space and tab in