Home
last modified time | relevance | path

Searched refs:flag_context_ty (Results 1 – 24 of 24) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dxg-arglist-context.h32 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
Dxg-arglist-context.c32 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()
Dxg-arglist-parser.h51 flag_context_ty msgid_context;
56 flag_context_ty msgid_plural_context;
88 flag_context_ty context,
98 flag_context_ty context,
Dxg-message.h55 flag_context_ty context,
74 flag_context_ty context,
Dx-tcl.c576 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()
Dxg-arglist-parser.c149 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()
Dx-sh.c738 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()
Dxg-message.c49 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()
Dx-ycp.c656 flag_context_ty outer_context, in extract_parenthesized()
667 flag_context_ty inner_context = in extract_parenthesized()
Dx-awk.c689 flag_context_ty outer_context, in extract_parenthesized()
706 flag_context_ty inner_context = in extract_parenthesized()
Dx-librep.c590 read_object (struct object *op, flag_context_ty outer_context) in read_object()
625 flag_context_ty inner_context; in read_object()
Dx-elisp.c618 flag_context_ty outer_context) in read_object()
650 flag_context_ty inner_context; in read_object()
Dx-lua.c1035 flag_context_ty outer_context, in extract_balanced()
1049 flag_context_ty inner_context = in extract_balanced()
Dx-vala.c1227 flag_context_ty outer_context, in extract_balanced()
1241 flag_context_ty inner_context = in extract_balanced()
Dx-scheme.c674 read_object (struct object *op, flag_context_ty outer_context) in read_object()
732 flag_context_ty inner_context; in read_object()
Dx-perl.c802 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()
Dx-php.c1423 flag_context_ty outer_context, in extract_balanced()
1437 flag_context_ty inner_context = in extract_balanced()
Dx-lisp.c933 read_object (struct object *op, flag_context_ty outer_context) in read_object()
1017 flag_context_ty inner_context; in read_object()
Dx-csharp.c1817 flag_context_ty outer_context, in extract_parenthesized()
1831 flag_context_ty inner_context = in extract_parenthesized()
Dx-python.c1535 flag_context_ty outer_context, in extract_balanced()
1549 flag_context_ty inner_context = in extract_balanced()
Dx-java.c1455 flag_context_ty outer_context, in extract_parenthesized()
1469 flag_context_ty inner_context = in extract_parenthesized()
Dx-javascript.c1604 flag_context_ty outer_context, in extract_balanced()
1618 flag_context_ty inner_context = in extract_balanced()
Dx-c.c2187 flag_context_ty outer_context, in extract_parenthesized()
2205 flag_context_ty inner_context = in extract_parenthesized()
DChangeLog.11905 * 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.