Home
last modified time | relevance | path

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

/dports/devel/dparser/dparser-1.31/
H A Dgram.h144 DECLARE_TOKENIZE, enumerator
H A Dgrammar.g59 : 'tokenize' { $$.kind = DECLARE_TOKENIZE; }
H A Dgram.c349 case DECLARE_TOKENIZE: in add_declaration()
1241 case DECLARE_TOKENIZE: in scanner_declaration()
1253 if (d->kind == DECLARE_TOKENIZE && p->declaration_group[d->kind]) { in set_declaration_group()
1273 if (g->tokenizer) new_declaration(g, new_elem_nterm(g->productions.v[0], NULL), DECLARE_TOKENIZE); in propogate_declarations()
1345 if (d->kind == DECLARE_TOKENIZE) { in compute_declaration_states()
H A Dgrammar.g.c110 …nt _offset, D_Parser *_parser) { (D_PN(_ps, _offset)->user).kind = DECLARE_TOKENIZE; (void)_chi… in d_final_reduction_code_12_29_dparser_gram()