Symbol: parser_element
lib/libintl/plural_parser.c
1001
parse_plural_body(struct _region *r, struct parser_element **rpe)
lib/libintl/plural_parser.c
1005
struct parser_element pelem, *ppe;
lib/libintl/plural_parser.c
1027
parse_plural(struct parser_element **rpe, unsigned long *rnp,
lib/libintl/plural_parser.c
1050
struct parser_element *pelem;
lib/libintl/plural_parser.c
1088
return parse_plural((struct parser_element **)rpe, rnp, str, len);
lib/libintl/plural_parser.c
366
struct parser_element;
lib/libintl/plural_parser.c
370
struct parser_element *operands[MAX_NUM_OPERANDS];
lib/libintl/plural_parser.c
389
static int parse_cond(struct tokenizer_context *, struct parser_element *);
lib/libintl/plural_parser.c
411
init_parser_element(struct parser_element *pe)
lib/libintl/plural_parser.c
421
static void free_parser_element(struct parser_element *);
lib/libintl/plural_parser.c
423
uninit_parser_element(struct parser_element *pe)
lib/libintl/plural_parser.c
436
free_parser_element(struct parser_element *pe)
lib/libintl/plural_parser.c
447
copy_parser_element(struct parser_element *dpe,
lib/libintl/plural_parser.c
448
const struct parser_element *spe)
lib/libintl/plural_parser.c
454
static struct parser_element *
lib/libintl/plural_parser.c
455
dup_parser_element(const struct parser_element *pe)
lib/libintl/plural_parser.c
457
struct parser_element *dpe = malloc(sizeof *dpe);
lib/libintl/plural_parser.c
465
parse_term(struct tokenizer_context *tcx, struct parser_element *pelem)
lib/libintl/plural_parser.c
467
struct parser_element pe0;
lib/libintl/plural_parser.c
506
parse_lnot(struct tokenizer_context *tcx, struct parser_element *pelem)
lib/libintl/plural_parser.c
508
struct parser_element pe0;
lib/libintl/plural_parser.c
536
parse_op2(struct tokenizer_context *tcx, struct parser_element *pelem,
lib/libintl/plural_parser.c
539
struct parser_element pe0, pe1, peop;
lib/libintl/plural_parser.c
585
parse_cond(struct tokenizer_context *tcx, struct parser_element *pelem)
lib/libintl/plural_parser.c
587
struct parser_element pe0, pe1, pe2;
lib/libintl/plural_parser.c
639
parse_exp(struct tokenizer_context *tcx, struct parser_element *pelem)
lib/libintl/plural_parser.c
669
static void dump_elem(struct parser_element *);
lib/libintl/plural_parser.c
672
dump_op2(struct parser_element *pelem)
lib/libintl/plural_parser.c
681
dump_op3(struct parser_element *pelem)
lib/libintl/plural_parser.c
692
dump_elem(struct parser_element *pelem)
lib/libintl/plural_parser.c
759
struct parser_element pelem;
lib/libintl/plural_parser.c
791
calculate_plural(const struct parser_element *pe, unsigned long n)
lib/libintl/plural_parser.c
855
struct parser_element pelem;