Searched refs:arglist_parser (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.h273 struct arglist_parser struct
282 /* Creates a fresh arglist_parser recognizing calls.
284 extern struct arglist_parser * arglist_parser_alloc (message_list_ty *mlp,
286 /* Clones an arglist_parser. */
287 extern struct arglist_parser * arglist_parser_clone (struct arglist_parser *ap);
288 /* Adds a string argument to an arglist_parser. ARGNUM must be > 0.
294 extern void arglist_parser_remember (struct arglist_parser *ap,
299 /* Tests whether an arglist_parser has is not waiting for more arguments after
301 extern bool arglist_parser_decidedp (struct arglist_parser *a
[all...]
H A Dxgettext.c2355 struct arglist_parser *
2360 struct arglist_parser *ap =
2361 (struct arglist_parser *)
2362 xmalloc (offsetof (struct arglist_parser, alternative[0]));
2373 struct arglist_parser *ap =
2374 (struct arglist_parser *)
2375 xmalloc (xsum (sizeof (struct arglist_parser),
2414 struct arglist_parser *
2415 arglist_parser_clone (struct arglist_parser *ap)
2417 struct arglist_parser *cop
[all...]
H A Dx-sh.c1201 struct arglist_parser *argparser = NULL;
H A Dx-awk.c693 struct arglist_parser *argparser)
H A Dx-scheme.c733 struct arglist_parser *argparser = NULL;
H A Dx-tcl.c856 struct arglist_parser *argparser = NULL;
H A Dx-java.c1228 struct arglist_parser *argparser)
H A Dx-python.c1660 struct arglist_parser *argparser)
H A Dx-csharp.c1875 struct arglist_parser *argparser)
H A Dx-perl.c770 int arg, struct arglist_parser *argparser);
2878 int arg, struct arglist_parser *argparser)
2886 struct arglist_parser *next_argparser = NULL;

Completed in 144 milliseconds