Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 6 of 6) sorted by relevance

/coreutils/src/
Dunexpand.c163 bool blank = !! isblank (c); in unexpand() local
165 if (blank) in unexpand()
236 prev_blank = blank; in unexpand()
237 convert &= convert_entire_line || blank; in unexpand()
Dod.c108 void (*print_function) (size_t fields, size_t blank, void const *data,
432 N (size_t fields, size_t blank, void const *block, \
438 for (i = fields; blank < i; i--) \
501 print_named_ascii (size_t fields, size_t blank, void const *block, in print_named_ascii() argument
508 for (i = fields; blank < i; i--) in print_named_ascii()
532 print_ascii (size_t fields, size_t blank, void const *block, in print_ascii() argument
539 for (i = fields; blank < i; i--) in print_ascii()
/coreutils/scripts/git-hooks/
Dcommit-msg98 # Don't filter out blank or comment lines; git does that already,
102 # Filter out leading blank and comment lines.
105 # Filter out blank and comment lines at EOF.
115 # Second line should be blank or not present.
/coreutils/
DHACKING70 include a one-line summary, a blank line, and ChangeLog-style entries
217 line should be blank, and the remaining lines are usually ChangeLog-style
DNEWS678 filesystem type contains characters like a blank which need escaping.
1238 sort -h -k now works even in locales that use blank as thousands separator.
1674 in locales where character 0xA0 is a blank, numfmt would mishandle it.
3778 pr -F no longer suppresses the footer or the first two blank lines in
5640 * ls -R once again outputs a blank line between per-directory groups of files.
/coreutils/doc/
Dcoreutils.texi1332 current directory, or if any file has a name containing a blank or
1684 @itemx --squeeze-blank
1686 @opindex --squeeze-blank
1688 @cindex squeezing blank lines
1689 Suppress repeated adjacent blank lines; output just one empty line
1903 @itemx --join-blank-lines=@var{number}
1905 @opindex --join-blank-lines
1907 @cindex blank lines, numbering
2465 By default, blank lines, spaces between words, and indentation are
2569 By default, a 5-line header is printed at each page: two blank lines;
[all …]