HomeSort by: relevance | last modified time | path
    Searched defs:split_words (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/fold/
fold.c 63 static int split_words = 0; variable in typeref:typename:int
82 split_words = 1;
122 * If split_words is set, split the line at the last space character
157 if (split_words) {
163 if (split_words && last_space != -1) {

Completed in 11 milliseconds