/third_party/gettext/gettext-tools/src/ |
D | xg-arglist-context.h | 32 typedef struct flag_context_ty flag_context_ty; typedef 33 struct flag_context_ty struct 46 extern flag_context_ty null_context; argument 48 extern flag_context_ty passthrough_context; 52 extern flag_context_ty 53 inherited_context (flag_context_ty outer_context, 54 flag_context_ty modifier_context); 62 flag_context_ty flags; /* flags for current argument */ 77 extern flag_context_ty
|
D | xg-arglist-context.c | 32 flag_context_ty null_context = { undecided, false, undecided, false }; 35 flag_context_ty passthrough_context = { undecided, true, undecided, true }; 38 flag_context_ty 39 inherited_context (flag_context_ty outer_context, in inherited_context() 40 flag_context_ty modifier_context) in inherited_context() 42 flag_context_ty result = modifier_context; in inherited_context() 91 flag_context_ty 98 flag_context_ty result = iter->head->flags; in flag_context_list_iterator_advance()
|
D | xg-arglist-parser.h | 51 flag_context_ty msgid_context; 56 flag_context_ty msgid_plural_context; 88 flag_context_ty context, 98 flag_context_ty context,
|
D | xg-message.h | 55 flag_context_ty context, 74 flag_context_ty context,
|
D | x-tcl.c | 576 flag_context_ty outer_context); 583 flag_context_ty context) in accumulate_word() 716 read_word (struct word *wp, int looking_for, flag_context_ty context) in read_word() 819 read_command (int looking_for, flag_context_ty outer_context) in read_command() 862 flag_context_ty inner_context; in read_command() 960 read_command_list (int looking_for, flag_context_ty outer_context) in read_command_list()
|
D | xg-arglist-parser.c | 149 flag_context_ty context, in arglist_parser_remember() 209 flag_context_ty context, in arglist_parser_remember_msgctxt() 397 flag_context_ty msgid_context; in arglist_parser_done() 398 flag_context_ty msgid_plural_context; in arglist_parser_done()
|
D | x-sh.c | 738 flag_context_ty outer_context); 746 read_word (struct word *wp, int looking_for, flag_context_ty context) in read_word() 1251 read_command (int looking_for, flag_context_ty outer_context) in read_command() 1274 flag_context_ty inner_context; in read_command() 1493 read_command_list (int looking_for, flag_context_ty outer_context) in read_command_list()
|
D | xg-message.c | 49 flag_context_ty context, const char *string, in set_format_flags_from_context() 242 bool is_utf8, bool pluralp, flag_context_ty context, in remember_a_message() 555 flag_context_ty context, lex_pos_ty *pos, in remember_a_message_plural()
|
D | x-ycp.c | 656 flag_context_ty outer_context, in extract_parenthesized() 667 flag_context_ty inner_context = in extract_parenthesized()
|
D | x-awk.c | 689 flag_context_ty outer_context, in extract_parenthesized() 706 flag_context_ty inner_context = in extract_parenthesized()
|
D | x-librep.c | 590 read_object (struct object *op, flag_context_ty outer_context) in read_object() 625 flag_context_ty inner_context; in read_object()
|
D | x-elisp.c | 618 flag_context_ty outer_context) in read_object() 650 flag_context_ty inner_context; in read_object()
|
D | x-lua.c | 1035 flag_context_ty outer_context, in extract_balanced() 1049 flag_context_ty inner_context = in extract_balanced()
|
D | x-vala.c | 1227 flag_context_ty outer_context, in extract_balanced() 1241 flag_context_ty inner_context = in extract_balanced()
|
D | x-scheme.c | 674 read_object (struct object *op, flag_context_ty outer_context) in read_object() 732 flag_context_ty inner_context; in read_object()
|
D | x-perl.c | 802 flag_context_ty outer_context, 1580 flag_context_ty context; in extract_variable() 1691 flag_context_ty context; in interpolate_keywords() 3032 flag_context_ty outer_context, in extract_balanced() 3051 flag_context_ty inner_context = in extract_balanced()
|
D | x-php.c | 1423 flag_context_ty outer_context, in extract_balanced() 1437 flag_context_ty inner_context = in extract_balanced()
|
D | x-lisp.c | 933 read_object (struct object *op, flag_context_ty outer_context) in read_object() 1017 flag_context_ty inner_context; in read_object()
|
D | x-csharp.c | 1817 flag_context_ty outer_context, in extract_parenthesized() 1831 flag_context_ty inner_context = in extract_parenthesized()
|
D | x-python.c | 1535 flag_context_ty outer_context, in extract_balanced() 1549 flag_context_ty inner_context = in extract_balanced()
|
D | x-java.c | 1455 flag_context_ty outer_context, in extract_parenthesized() 1469 flag_context_ty inner_context = in extract_parenthesized()
|
D | x-javascript.c | 1604 flag_context_ty outer_context, in extract_balanced() 1618 flag_context_ty inner_context = in extract_balanced()
|
D | x-c.c | 2187 flag_context_ty outer_context, in extract_parenthesized() 2205 flag_context_ty inner_context = in extract_parenthesized()
|
D | ChangeLog.1 | 1905 * xgettext.h (struct flag_context_ty): Add fields is_format3, 1909 flag_context_ty fields. 1913 (set_format_flags_from_context): Handle the new flag_context_ty fields. 6571 * xgettext.h (struct flag_context_ty): Define the bitfields of type 6687 * xgettext.h (struct flag_context_ty): New type.
|