Searched refs:TREALLOC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/byacc/
H A Dreader.c97 cache = TREALLOC(char, cache, cache_size);
142 line = TREALLOC(char, line, linesize);
1018 ? TREALLOC(char *, tag_table, tagmax)
1428 pitem = TREALLOC(bucket *, pitem, maxitems);
1437 plhs = TREALLOC(bucket *, plhs, maxrules);
1440 rprec = TREALLOC(Value_t, rprec, maxrules);
1443 rassoc = TREALLOC(Assoc_t, rassoc, maxrules);
3061 rprec = TREALLOC(Value_t, rprec, nrules);
3064 rassoc = TREALLOC(Assoc_t, rassoc, nrules);
H A Doutput.c771 table = TREALLOC(Value_t, table, newmax);
774 check = TREALLOC(Value_t, check, newmax);

Completed in 112 milliseconds