plural_parser.c | 467 struct parser_element pe0; local in function:parse_term 475 init_parser_element(&pe0); 477 token = parse_cond(tcx, &pe0); 487 copy_parser_element(pelem, &pe0); 490 uninit_parser_element(&pe0); 508 struct parser_element pe0; local in function:parse_lnot 512 init_parser_element(&pe0); 523 token = parse_lnot(tcx, &pe0); 527 pelem->u.parser_op.operands[0] = dup_parser_element(&pe0); 530 uninit_parser_element(&pe0); 539 struct parser_element pe0, pe1, peop; local in function:parse_op2 587 struct parser_element pe0, pe1, pe2; local in function:parse_cond [all...] |