Searched refs:do_wrap (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | write-po.c | 123 make_c_width_description_string (enum is_wrap do_wrap) in make_c_width_description_string() argument 127 switch (do_wrap) in make_c_width_description_string() 275 || mp->do_wrap == no) in message_print_comment_flags() 304 if (mp->do_wrap == no) in message_print_comment_flags() 309 fputs (make_c_width_description_string (mp->do_wrap), fp); in message_print_comment_flags() 380 enum is_wrap do_wrap, size_t page_width, in wrap() argument 676 width = (wrap_strings && do_wrap != no ? page_width : INT_MAX) - 1; in wrap() 828 wrap (mp, fp, "#| ", 0, "msgctxt", mp->prev_msgctxt, mp->do_wrap, in message_print() 831 wrap (mp, fp, "#| ", 0, "msgid", mp->prev_msgid, mp->do_wrap, page_width, in message_print() 834 wrap (mp, fp, "#| ", 0, "msgid_plural", mp->prev_msgid_plural, mp->do_wrap, in message_print() [all …]
|
| H A D | read-catalog.c | 106 this->do_wrap = undecided; in default_constructor() 179 mp->do_wrap = this->do_wrap; in default_copy_comment_state() 213 this->do_wrap = undecided; in default_reset_comment_state() 312 &this->do_wrap); in default_comment_special()
|
| H A D | msgl-cat.c | 311 tmp->do_wrap = yes; /* may be set to no later */ in catenate_msgdomain_list() 537 tmp->do_wrap = mp->do_wrap; in catenate_msgdomain_list() 569 if (tmp->do_wrap == undecided) in catenate_msgdomain_list() 570 tmp->do_wrap = mp->do_wrap; in catenate_msgdomain_list() 606 if (mp->do_wrap == no) in catenate_msgdomain_list() 607 tmp->do_wrap = no; in catenate_msgdomain_list()
|
| H A D | read-catalog.h | 116 enum is_wrap do_wrap; \
|
| H A D | message.c | 119 mp->do_wrap = undecided; in message_alloc() 223 result->do_wrap = mp->do_wrap; in message_copy()
|
| H A D | message.h | 138 enum is_wrap do_wrap; member
|
| H A D | xgettext.c | 1982 enum is_wrap do_wrap; in remember_a_message() local 2006 do_wrap = undecided; in remember_a_message() 2039 do_wrap = mp->do_wrap; in remember_a_message() 2103 do_wrap = tmp_wrap; in remember_a_message() 2200 mp->do_wrap = do_wrap == no ? no : yes; /* By default we wrap. */ in remember_a_message()
|
| H A D | msgmerge.c | 1058 result->do_wrap = ref->do_wrap; in message_merge()
|
| H A D | ChangeLog.0 | 681 (wrap): Ignore the do_wrap argument if wrap_strings is false. 2653 do_wrap. 3592 (message_ty): Change type of do_wrap field. 3593 * message.c (wrap): Change type of do_wrap argument. 3594 * msgfmt.c (msgfmt_class_ty): Change type of do_wrap field. 3595 * msgmerge.c (merge_class_ty): Change type of do_wrap field. 3596 * msgcomm.c (extract_class_ty): Change types of is_c_format, do_wrap 3599 (remember_a_message): Change type of do_wrap. 4016 * message.h (struct message_ty): Add do_wrap member.
|