Home
last modified time | relevance | path

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

/freebsd/usr.bin/fmt/
H A Dfmt.c583 output_indent(size_t n_spaces) in output_indent() argument
586 while (n_spaces >= output_tab_width) { in output_indent()
588 n_spaces -= output_tab_width; in output_indent()
591 while (n_spaces-- > 0) in output_indent()