Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.h84 typedef struct flag_context_ty flag_context_ty; typedef
85 struct flag_context_ty struct
95 extern flag_context_ty null_context; argument
97 extern flag_context_ty passthrough_context;
101 extern flag_context_ty
102 inherited_context (flag_context_ty outer_context,
103 flag_context_ty modifier_context);
111 flag_context_ty flags; /* flags for current argument */
126 extern flag_context_ty
233 flag_context_ty context,
[all …]
H A Dx-tcl.c574 flag_context_ty outer_context);
581 flag_context_ty context) in accumulate_word()
714 read_word (struct word *wp, int looking_for, flag_context_ty context) in read_word()
817 read_command (int looking_for, flag_context_ty outer_context) in read_command()
860 flag_context_ty inner_context; in read_command()
950 read_command_list (int looking_for, flag_context_ty outer_context) in read_command_list()
H A Dx-sh.c709 flag_context_ty outer_context);
717 read_word (struct word *wp, int looking_for, flag_context_ty context) in read_word()
1184 read_command (int looking_for, flag_context_ty outer_context) in read_command()
1205 flag_context_ty inner_context; in read_command()
1314 read_command_list (int looking_for, flag_context_ty outer_context) in read_command_list()
H A Dxgettext.c1193 flag_context_ty null_context = { undecided, false, undecided, false };
1196 flag_context_ty passthrough_context = { undecided, true, undecided, true };
1199 flag_context_ty
1200 inherited_context (flag_context_ty outer_context, in inherited_context()
1201 flag_context_ty modifier_context) in inherited_context()
1203 flag_context_ty result = modifier_context; in inherited_context()
1247 flag_context_ty
1254 flag_context_ty result = iter->head->flags; in flag_context_list_iterator_advance()
1893 flag_context_ty context, const char *string, in set_format_flags_from_context()
1978 flag_context_ty context, lex_pos_ty *pos, in remember_a_message()
[all …]
H A Dx-ycp.c625 flag_context_ty outer_context, in extract_parenthesized()
635 flag_context_ty inner_context = in extract_parenthesized()
H A Dx-awk.c690 flag_context_ty outer_context, in extract_parenthesized()
707 flag_context_ty inner_context = in extract_parenthesized()
H A Dx-librep.c591 read_object (struct object *op, flag_context_ty outer_context) in read_object()
626 flag_context_ty inner_context; in read_object()
H A Dx-scheme.c680 read_object (struct object *op, flag_context_ty outer_context) in read_object()
737 flag_context_ty inner_context; in read_object()
H A Dx-php.c1267 flag_context_ty outer_context, in extract_parenthesized()
1281 flag_context_ty inner_context = in extract_parenthesized()
H A Dx-elisp.c619 flag_context_ty outer_context) in read_object()
651 flag_context_ty inner_context; in read_object()
H A Dx-perl.c765 flag_context_ty outer_context,
1538 flag_context_ty context; in extract_variable()
1650 flag_context_ty context; in interpolate_keywords()
2861 flag_context_ty outer_context, in extract_balanced()
2880 flag_context_ty inner_context = in extract_balanced()
H A Dx-java.c1179 flag_context_ty outer_context, in extract_parenthesized()
1193 flag_context_ty inner_context = in extract_parenthesized()
H A Dx-lisp.c935 read_object (struct object *op, flag_context_ty outer_context) in read_object()
1019 flag_context_ty inner_context; in read_object()
H A Dx-c.c1711 flag_context_ty outer_context, in extract_parenthesized()
1729 flag_context_ty inner_context = in extract_parenthesized()
H A Dx-csharp.c1868 flag_context_ty outer_context, in extract_parenthesized()
1882 flag_context_ty inner_context = in extract_parenthesized()
H A Dx-python.c1651 flag_context_ty outer_context, in extract_parenthesized()
1665 flag_context_ty inner_context = in extract_parenthesized()
H A DChangeLog3113 * xgettext.h (struct flag_context_ty): Define the bitfields of type
3229 * xgettext.h (struct flag_context_ty): New type.