Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-po.c461 int startcol, startcol_after_break, width; in wrap() local
670 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()