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

  /src/usr.bin/fmt/
fmt.c 216 int add_space; local in function:fmt
283 add_space = c != WEOF;
311 prefix(&cbuf, add_space);
327 prefix(const struct buffer *buf, int add_space)
370 split(cp, add_space);
381 split(const wchar_t line[], int add_space)
408 if (*cp == '\0' && add_space) {
fmt.c 216 int add_space; local in function:fmt
283 add_space = c != WEOF;
311 prefix(&cbuf, add_space);
327 prefix(const struct buffer *buf, int add_space)
370 split(cp, add_space);
381 split(const wchar_t line[], int add_space)
408 if (*cp == '\0' && add_space) {

Completed in 22 milliseconds