Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dwrite-po.c516 static bool wrap_strings = true; variable
521 wrap_strings = false; in message_page_width_ignore()
1006 width = (wrap_strings && do_wrap != no ? page_width : INT_MAX) - 1; in wrap()
DChangeLog.0679 * write-po.c (wrap_strings): New variable.
681 (wrap): Ignore the do_wrap argument if wrap_strings is false.