Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.h274 struct arglist_parser struct
285 extern struct arglist_parser * arglist_parser_alloc (message_list_ty *mlp,
288 extern struct arglist_parser * arglist_parser_clone (struct arglist_parser *ap);
295 extern void arglist_parser_remember (struct arglist_parser *ap,
302 extern bool arglist_parser_decidedp (struct arglist_parser *ap, int argnum);
305 extern void arglist_parser_done (struct arglist_parser *ap, int argnum);
H A Dxgettext.c2318 struct arglist_parser *
2323 struct arglist_parser *ap = in arglist_parser_alloc()
2324 (struct arglist_parser *) in arglist_parser_alloc()
2325 xmalloc (offsetof (struct arglist_parser, alternative[0])); in arglist_parser_alloc()
2336 struct arglist_parser *ap = in arglist_parser_alloc()
2337 (struct arglist_parser *) in arglist_parser_alloc()
2338 xmalloc (sizeof (struct arglist_parser) in arglist_parser_alloc()
2376 struct arglist_parser *
2377 arglist_parser_clone (struct arglist_parser *ap) in arglist_parser_clone()
2379 struct arglist_parser *copy = in arglist_parser_clone()
[all …]
H A Dx-awk.c692 struct arglist_parser *argparser) in extract_parenthesized()
H A Dx-tcl.c855 struct arglist_parser *argparser = NULL; in read_command()
H A Dx-perl.c767 int arg, struct arglist_parser *argparser);
2863 int arg, struct arglist_parser *argparser) in extract_balanced()
2871 struct arglist_parser *next_argparser = NULL; in extract_balanced()
H A Dx-librep.c621 struct arglist_parser *argparser = NULL; in read_object()
H A Dx-scheme.c732 struct arglist_parser *argparser = NULL; in read_object()
H A Dx-php.c1269 struct arglist_parser *argparser) in extract_parenthesized()
H A Dx-sh.c1200 struct arglist_parser *argparser = NULL; in read_command()
H A Dx-elisp.c646 struct arglist_parser *argparser = NULL; in read_object()
H A Dx-java.c1181 struct arglist_parser *argparser) in extract_parenthesized()
H A Dx-lisp.c1014 struct arglist_parser *argparser = NULL; in read_object()
H A Dx-c.c1713 struct arglist_parser *argparser) in extract_parenthesized()
H A Dx-csharp.c1870 struct arglist_parser *argparser) in extract_parenthesized()
H A Dx-python.c1653 struct arglist_parser *argparser) in extract_parenthesized()
H A DChangeLog1336 (struct arglist_parser): New structure type.