Searched refs:arglist_parser (Results 1 – 19 of 19) sorted by relevance
62 struct arglist_parser struct74 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);
40 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 …]
1037 struct arglist_parser *argparser) in extract_balanced()1166 struct arglist_parser *tmp_argparser; in extract_balanced()
1229 struct arglist_parser *argparser) in extract_balanced()1336 struct arglist_parser *tmp_argparser; in extract_balanced()
691 struct arglist_parser *argparser) in extract_parenthesized()
857 struct arglist_parser *argparser = NULL; in read_command()
620 struct arglist_parser *argparser = NULL; in read_object()
804 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()
645 struct arglist_parser *argparser = NULL; in read_object()
727 struct arglist_parser *argparser = NULL; in read_object()
1012 struct arglist_parser *argparser = NULL; in read_object()
1425 struct arglist_parser *argparser) in extract_balanced()
1819 struct arglist_parser *argparser) in extract_parenthesized()
1269 struct arglist_parser *argparser = NULL; in read_command()
1537 struct arglist_parser *argparser) in extract_balanced()
1457 struct arglist_parser *argparser) in extract_parenthesized()
1606 struct arglist_parser *argparser) in extract_balanced()
2189 struct arglist_parser *argparser) in extract_parenthesized()
4794 (struct arglist_parser): New structure type.