Searched refs:do_wrap (Results 1 – 11 of 11) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | write-po.c | 134 make_c_width_description_string (enum is_wrap do_wrap) in make_c_width_description_string() argument 138 switch (do_wrap) in make_c_width_description_string() 435 || mp->do_wrap == no) in message_print_comment_flags() 490 if (mp->do_wrap == no) in message_print_comment_flags() 498 make_c_width_description_string (mp->do_wrap)); in message_print_comment_flags() 619 enum is_wrap do_wrap, size_t page_width, in wrap() argument 1006 width = (wrap_strings && do_wrap != no ? page_width : INT_MAX) - 1; in wrap() 1312 mp->do_wrap, page_width, charset); in message_print() 1315 mp->do_wrap, page_width, charset); in message_print() 1318 mp->prev_msgid_plural, mp->do_wrap, page_width, charset); in message_print() [all …]
|
D | xg-message.c | 199 mp->do_wrap = (mp->do_wrap == no ? no : yes); in decide_do_wrap() 249 enum is_wrap do_wrap; in remember_a_message() local 276 do_wrap = undecided; in remember_a_message() 351 do_wrap = mp->do_wrap; in remember_a_message() 456 do_wrap = tmp_wrap; in remember_a_message() 530 mp->do_wrap = do_wrap; in remember_a_message()
|
D | read-catalog.c | 108 this->do_wrap = undecided; in default_constructor() 177 mp->do_wrap = this->do_wrap; in default_copy_comment_state() 212 this->do_wrap = undecided; in default_reset_comment_state() 309 &this->do_wrap, this->do_syntax_check); in default_comment_special()
|
D | msgl-cat.c | 320 tmp->do_wrap = yes; /* may be set to no later */ in catenate_msgdomain_list() 549 tmp->do_wrap = mp->do_wrap; in catenate_msgdomain_list() 598 if (tmp->do_wrap == undecided) in catenate_msgdomain_list() 599 tmp->do_wrap = mp->do_wrap; in catenate_msgdomain_list() 653 if (mp->do_wrap == no) in catenate_msgdomain_list() 654 tmp->do_wrap = no; in catenate_msgdomain_list()
|
D | read-catalog.h | 116 enum is_wrap do_wrap; \
|
D | x-ruby.c | 211 mp->do_wrap = tmp_wrap; in extract_ruby()
|
D | message.c | 147 mp->do_wrap = undecided; in message_alloc() 254 result->do_wrap = mp->do_wrap; in message_copy()
|
D | message.h | 203 enum is_wrap do_wrap; member
|
D | msgmerge.c | 1378 result->do_wrap = ref->do_wrap; in message_merge()
|
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.
|
D | xgettext.c | 1922 message->do_wrap = no; in xgettext_its_extract_callback()
|