Searched refs:startcol_after_break (Results 1 – 1 of 1) sorted by relevance
461 int startcol, startcol_after_break, width; in wrap() local670 startcol_after_break = (line_prefix ? strlen (line_prefix) : 0); in wrap()672 startcol_after_break = (startcol_after_break + extra_indent + 8) & ~7; in wrap()673 startcol_after_break++; in wrap()678 width -= startcol_after_break; in wrap()701 startcol -= startcol_after_break; in wrap()