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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-po.c 461 int startcol, startcol_after_break, width; local
670 startcol_after_break = (line_prefix ? strlen (line_prefix) : 0);
672 startcol_after_break = (startcol_after_break + extra_indent + 8) & ~7;
673 startcol_after_break++;
678 width -= startcol_after_break;
701 startcol -= startcol_after_break;
write-po.c 461 int startcol, startcol_after_break, width; local
670 startcol_after_break = (line_prefix ? strlen (line_prefix) : 0);
672 startcol_after_break = (startcol_after_break + extra_indent + 8) & ~7;
673 startcol_after_break++;
678 width -= startcol_after_break;
701 startcol -= startcol_after_break;

Completed in 41 milliseconds