Searched refs:flag_context_ty (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | xgettext.h | 84 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 D | x-tcl.c | 574 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 D | x-sh.c | 709 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 D | xgettext.c | 1193 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 D | x-ycp.c | 625 flag_context_ty outer_context, in extract_parenthesized() 635 flag_context_ty inner_context = in extract_parenthesized()
|
| H A D | x-awk.c | 690 flag_context_ty outer_context, in extract_parenthesized() 707 flag_context_ty inner_context = in extract_parenthesized()
|
| H A D | x-librep.c | 591 read_object (struct object *op, flag_context_ty outer_context) in read_object() 626 flag_context_ty inner_context; in read_object()
|
| H A D | x-scheme.c | 680 read_object (struct object *op, flag_context_ty outer_context) in read_object() 737 flag_context_ty inner_context; in read_object()
|
| H A D | x-php.c | 1267 flag_context_ty outer_context, in extract_parenthesized() 1281 flag_context_ty inner_context = in extract_parenthesized()
|
| H A D | x-elisp.c | 619 flag_context_ty outer_context) in read_object() 651 flag_context_ty inner_context; in read_object()
|
| H A D | x-perl.c | 765 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 D | x-java.c | 1179 flag_context_ty outer_context, in extract_parenthesized() 1193 flag_context_ty inner_context = in extract_parenthesized()
|
| H A D | x-lisp.c | 935 read_object (struct object *op, flag_context_ty outer_context) in read_object() 1019 flag_context_ty inner_context; in read_object()
|
| H A D | x-c.c | 1711 flag_context_ty outer_context, in extract_parenthesized() 1729 flag_context_ty inner_context = in extract_parenthesized()
|
| H A D | x-csharp.c | 1868 flag_context_ty outer_context, in extract_parenthesized() 1882 flag_context_ty inner_context = in extract_parenthesized()
|
| H A D | x-python.c | 1651 flag_context_ty outer_context, in extract_parenthesized() 1665 flag_context_ty inner_context = in extract_parenthesized()
|
| H A D | ChangeLog | 3113 * xgettext.h (struct flag_context_ty): Define the bitfields of type 3229 * xgettext.h (struct flag_context_ty): New type.
|