Home
last modified time | relevance | path

Searched refs:arglist_parser (Results 1 – 19 of 19) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dxg-arglist-parser.h62 struct arglist_parser struct
74 extern struct arglist_parser * arglist_parser_alloc (message_list_ty *mlp,
77 extern struct arglist_parser * arglist_parser_clone (struct arglist_parser *ap);
86 extern void arglist_parser_remember (struct arglist_parser *ap,
96 extern void arglist_parser_remember_msgctxt (struct arglist_parser *ap,
102 extern bool arglist_parser_decidedp (struct arglist_parser *ap, int argnum);
105 extern void arglist_parser_done (struct arglist_parser *ap, int argnum);
Dxg-arglist-parser.c40 struct arglist_parser *
45 struct arglist_parser *ap = in arglist_parser_alloc()
46 (struct arglist_parser *) in arglist_parser_alloc()
47 xmalloc (offsetof (struct arglist_parser, alternative[0])); in arglist_parser_alloc()
59 struct arglist_parser *ap = in arglist_parser_alloc()
60 (struct arglist_parser *) in arglist_parser_alloc()
61 xmalloc (xsum (sizeof (struct arglist_parser), in arglist_parser_alloc()
102 struct arglist_parser *
103 arglist_parser_clone (struct arglist_parser *ap) in arglist_parser_clone()
105 struct arglist_parser *copy = in arglist_parser_clone()
[all …]
Dx-lua.c1037 struct arglist_parser *argparser) in extract_balanced()
1166 struct arglist_parser *tmp_argparser; in extract_balanced()
Dx-vala.c1229 struct arglist_parser *argparser) in extract_balanced()
1336 struct arglist_parser *tmp_argparser; in extract_balanced()
Dx-awk.c691 struct arglist_parser *argparser) in extract_parenthesized()
Dx-tcl.c857 struct arglist_parser *argparser = NULL; in read_command()
Dx-librep.c620 struct arglist_parser *argparser = NULL; in read_object()
Dx-perl.c804 int arg, struct arglist_parser *argparser);
3034 int arg, struct arglist_parser *argparser) in extract_balanced()
3042 struct arglist_parser *next_argparser = NULL; in extract_balanced()
Dx-elisp.c645 struct arglist_parser *argparser = NULL; in read_object()
Dx-scheme.c727 struct arglist_parser *argparser = NULL; in read_object()
Dx-lisp.c1012 struct arglist_parser *argparser = NULL; in read_object()
Dx-php.c1425 struct arglist_parser *argparser) in extract_balanced()
Dx-csharp.c1819 struct arglist_parser *argparser) in extract_parenthesized()
Dx-sh.c1269 struct arglist_parser *argparser = NULL; in read_command()
Dx-python.c1537 struct arglist_parser *argparser) in extract_balanced()
Dx-java.c1457 struct arglist_parser *argparser) in extract_parenthesized()
Dx-javascript.c1606 struct arglist_parser *argparser) in extract_balanced()
Dx-c.c2189 struct arglist_parser *argparser) in extract_parenthesized()
DChangeLog.14794 (struct arglist_parser): New structure type.