Home
last modified time | relevance | path

Searched refs:DECLARE_LONGEST_MATCH (Results 1 – 4 of 4) sorted by relevance

/dports/devel/dparser/dparser-1.31/
H A Dgram.c343 case DECLARE_LONGEST_MATCH: in add_declaration()
1242 case DECLARE_LONGEST_MATCH: in scanner_declaration()
1274 …ongest_match) new_declaration(g, new_elem_nterm(g->productions.v[0], NULL), DECLARE_LONGEST_MATCH); in propogate_declarations()
1310 … if (!p->declaration_group[DECLARE_LONGEST_MATCH] && !p->declaration_group[DECLARE_ALL_MATCHES]) in propogate_declarations()
1312 …else if (p->declaration_group[DECLARE_LONGEST_MATCH] && !p->declaration_group[DECLARE_ALL_MATCHES]) in propogate_declarations()
1314 …else if (!p->declaration_group[DECLARE_LONGEST_MATCH] && p->declaration_group[DECLARE_ALL_MATCHES]) in propogate_declarations()
1317 …if (p->last_declaration[DECLARE_LONGEST_MATCH]->index > p->last_declaration[DECLARE_ALL_MATCHES]->… in propogate_declarations()
1548 case DECLARE_LONGEST_MATCH: in print_declarations()
H A Dgram.h145 DECLARE_LONGEST_MATCH, enumerator
H A Dgrammar.g60 | 'longest_match' { $$.kind = DECLARE_LONGEST_MATCH; }
H A Dgrammar.g.c115 … _offset, D_Parser *_parser) { (D_PN(_ps, _offset)->user).kind = DECLARE_LONGEST_MATCH; (void)_… in d_final_reduction_code_12_30_dparser_gram()