Home
last modified time | relevance | path

Searched refs:state_for_declaration (Results 1 – 3 of 3) sorted by relevance

/dports/devel/dparser/dparser-1.31/
H A Dgram.h284 uint state_for_declaration(Grammar *g, uint iproduction);
H A Dgram.c830 uint state_for_declaration(Grammar *g, uint iproduction) { in state_for_declaration() function
847 if (g->states_for_all_nterms || state_for_declaration(g, i)) { in make_elems_for_productions()
H A Dwrite_tables.c1523 if (state_for_declaration(g, i)) states = 1; in write_header()