Searched refs:word (Results 1 – 9 of 9) sorted by relevance
/coreutils/tests/fmt/ |
D | goal-option.sh | 25 avoid line breaks after the first word of a sentence or before the last word 27 paragraph or a word ending in any of @samp{.?!}, followed by two spaces or end 42 and tries to avoid line breaks after the first word of a sentence 43 or before the last word of a sentence. A @dfn{sentence break} 44 is defined as either the end of a paragraph or a word ending
|
/coreutils/src/ |
D | fmt.c | 26 #define word unused_word_type macro 222 static WORD word[MAXWORDS]; variable 581 word_limit = word; in get_paragraph() 681 end_of_word = &word[MAXWORDS - 2]; in get_line() 804 if (word_limit == word) in flush_paragraph() 823 for (w = word->next_break; w != word_limit; w = w->next_break) in flush_paragraph() 850 memmove (word, split_point, (word_limit - split_point + 1) * sizeof *word); in flush_paragraph() 851 word_limit -= split_point - word; in flush_paragraph() 870 for (start = word_limit - 1; start >= word; start--) in fmt_paragraph() 873 len = start == word ? first_indent : other_indent; in fmt_paragraph() [all …]
|
D | system.h | 519 unsigned long word; in is_nul() 521 unsigned char word; in is_nul() local 528 while (UNLIKELY (length & (sizeof word - 1))) in is_nul() 541 memcpy (&word, p, sizeof word); in is_nul() 542 if (word) in is_nul() 544 p += sizeof word; in is_nul() 545 length -= sizeof word; in is_nul()
|
D | ptx.c | 599 search_table (WORD *word, WORD_TABLE *table) in search_table() argument 611 value = compare_words (word, table->start + middle); in search_table()
|
/coreutils/man/ |
D | wc.x | 2 wc \- print newline, word, and byte counts for each file
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 73 my @word = split (/[ ,]/, $pre_colon); 74 my @bad = grep !/$valid_regex/, @word; 76 and return 'invalid first word(s) of summary line: ' . join (', ', @bad);
|
/coreutils/doc/ |
D | fdl.texi | 101 read and edited only by proprietary word processors, SGML or 104 PostScript or PDF produced by some word processors for
|
D | coreutils.texi | 140 * wc: (coreutils)wc invocation. Line, word, and byte counts. 266 * wc invocation:: Print newline, word, and byte counts 2475 avoid line breaks after the first word of a sentence or before the last 2476 word of a sentence. A @dfn{sentence break} is defined as either the end 2477 of a paragraph or a word ending in any of @samp{.?!}, followed by two 2930 Break at word boundaries: the line is broken after the last blank before 3774 * wc invocation:: Print newline, word, and byte counts. 3785 @section @command{wc}: Print newline, word, and byte counts 3790 @cindex word count 3795 or for a @var{file} of @samp{-}. A word is a nonempty sequence of non white [all …]
|
/coreutils/ |
D | NEWS | 828 wc now treats non breaking space characters as word delimiters 3674 --word-regexp=REGEXP (-W), or --sentence-regexp=REGEXP (-S). 3813 (though the word count will have no real meaning) rather than many
|