Searched refs:ruleprec (Results 1 – 3 of 3) sorted by relevance
338 if (r->ruleprec in grammar_rule_check()339 && r->ruleprec->tag[0] != '\'' && r->ruleprec->tag[0] != '"' in grammar_rule_check()340 && !r->ruleprec->declared && !r->ruleprec->prec) in grammar_rule_check()342 r->ruleprec->tag); in grammar_rule_check()430 if (current_rule->ruleprec) in grammar_current_rule_prec_set()432 current_rule->ruleprec = precsym; in grammar_current_rule_prec_set()515 symbol *ruleprec = p->ruleprec; in packgram() local568 if (ruleprec) in packgram()570 rules[ruleno].precsym = ruleprec; in packgram()571 rules[ruleno].prec = ruleprec; in packgram()
72 symbol *ruleprec; member
47 res->ruleprec = NULL; in symbol_list_sym_new()