Home
last modified time | relevance | path

Searched refs:position (Results 1 – 4 of 4) sorted by relevance

/coreutils/src/
Dpr.c426 static void pad_across_to (int position);
2075 pad_across_to (int position) in pad_across_to() argument
2080 spaces_not_printed = position - output_position; in pad_across_to()
2083 while (++h <= position) in pad_across_to()
2085 output_position = position; in pad_across_to()
/coreutils/doc/
Dfdl.texi65 commercial, philosophical, ethical or political position regarding
Dcoreutils.texi1298 finite (possibly zero) number of fixed-position arguments, the remaining
2773 with the TAB position, e.g., with the left @var{margin} specified
2780 position.
3322 when the next most significant position reaches the last character.
4778 positions are numbered starting with 1; a character position of zero in
4964 A position in a sort field specified with @option{-k} may have any
4975 If the start position in a sort field specifier falls after the end of
5067 the first key's start position ignores leading blanks and the second
5072 character position is not affected by whether initial blanks are
7231 relative position in @var{string1}. Doing this specifies case conversion.
[all …]
/coreutils/
DNEWS1490 character at the 4GiB position.
3255 sort now correctly ignores fields whose ending position is specified
3256 before the start position. Previously in numeric mode the remaining
3257 part of the line after the start position was used as the sort key.