Searched refs:arglist_parser (Results 1 – 16 of 16) sorted by relevance
274 struct arglist_parser struct285 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);
2318 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 …]
692 struct arglist_parser *argparser) in extract_parenthesized()
855 struct arglist_parser *argparser = NULL; in read_command()
767 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()
621 struct arglist_parser *argparser = NULL; in read_object()
732 struct arglist_parser *argparser = NULL; in read_object()
1269 struct arglist_parser *argparser) in extract_parenthesized()
1200 struct arglist_parser *argparser = NULL; in read_command()
646 struct arglist_parser *argparser = NULL; in read_object()
1181 struct arglist_parser *argparser) in extract_parenthesized()
1014 struct arglist_parser *argparser = NULL; in read_object()
1713 struct arglist_parser *argparser) in extract_parenthesized()
1870 struct arglist_parser *argparser) in extract_parenthesized()
1653 struct arglist_parser *argparser) in extract_parenthesized()
1336 (struct arglist_parser): New structure type.