Home
last modified time | relevance | path

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

/coreutils/src/
Dexpand-common.c128 parse_tab_stops (char const *stops) in parse_tab_stops() argument
137 for (; *stops; stops++) in parse_tab_stops()
139 if (*stops == ',' || isblank (to_uchar (*stops))) in parse_tab_stops()
164 else if (*stops == '/') in parse_tab_stops()
169 quote (stops)); in parse_tab_stops()
175 else if (*stops == '+') in parse_tab_stops()
180 quote (stops)); in parse_tab_stops()
186 else if (ISDIGIT (*stops)) in parse_tab_stops()
192 num_start = stops; in parse_tab_stops()
196 if (!DECIMAL_DIGIT_ACCUMULATE (tabval, *stops - '0', uintmax_t)) in parse_tab_stops()
[all …]
Dexpand-common.h35 parse_tab_stops (char const *stops) _GL_ATTRIBUTE_NONNULL ();
Dls.c1520 int stops; in process_signals() local
1532 stops = stop_signal_count; in process_signals()
1537 if (stops) in process_signals()
1539 stop_signal_count = stops - 1; in process_signals()
/coreutils/
DNEWS1088 expand and unexpand now support specifying an offset for tab stops
1187 after explicitly specified tab stops, by prefixing the last
5535 but rather merely stops processing the affected command line argument.
/coreutils/doc/
Dcoreutils.texi7492 @cindex tab stops, setting
7498 Tab stops can be separated by blanks as well as by commas.
7502 For example, @option{--tabs=2,4,/8} will set tab stops at position 2 and 4,
7510 which will set tab stops at positions 1,9,17,@dots{}
7565 beyond the tab stops given unchanged.
7571 @option{-@var{tab1}[,@var{tab2}]@dots{}}, where tab stops must be