Searched refs:out_bound (Results 1 – 1 of 1) sorted by relevance
69 print_half_line (char const *const *line, size_t indent, size_t out_bound) in print_half_line() argument91 if (out_bound < tabstop) in print_half_line()92 tabstop = out_bound; in print_half_line()97 if (tabstop < out_bound) in print_half_line()116 if (in_position != 0 && --in_position < out_bound) in print_half_line()133 if (in_position < out_bound) in print_half_line()142 if (in_position++ < out_bound) in print_half_line()