Home
last modified time | relevance | path

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

/dragonfly/contrib/byacc/
H A Dreader.c58 static int maxitems; variable
1915 maxitems = 300; in initialize_grammar()
1917 pitem = TMALLOC(bucket *, maxitems); in initialize_grammar()
1953 maxitems += 300; in expand_items()
1954 pitem = TREALLOC(bucket *, pitem, maxitems); in expand_items()
2500 if (nitems >= maxitems) in end_rule()
2525 if (nitems > maxitems) in insert_empty_rule()
2566 if (++nitems > maxitems) in insert_arg_rule()
2664 if (++nitems > maxitems) in add_symbol()