Searched refs:tab (Results 1 – 5 of 5) sorted by relevance
140 static int tab = -1; variable280 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()
288 uintmax_t tab = tab_list[*tab_index]; in get_next_tab_column() local289 if (column < tab) in get_next_tab_column()290 return tab; in get_next_tab_column()
350 static int tab = TAB_DEFAULT; variable1623 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 …]
2687 Expand @var{tab}s to spaces on input. Optional argument @var{in-tabchar} is2688 the input tab character (default is the TAB character). Second optional2689 argument @var{in-tabwidth} is the input tab character's width (default2714 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 optional2716 argument @var{out-tabwidth} is the output tab character's width (default2910 @command{fold} counts screen columns by default; thus, a tab may count more3834 assuming tab positions in every 8th column.4552 By default a blank is a space or a tab, but the @env{LC_CTYPE} locale4568 is a space or a tab, but the @env{LC_CTYPE} locale can change this.[all …]
1088 expand and unexpand now support specifying an offset for tab stops1186 expand and unexpand now support specifying a tab size to use1187 after explicitly specified tab stops, by prefixing the last2463 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