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

/freebsd-10-stable/contrib/byacc/
H A Dreader.c99 cache = TREALLOC(char, cache, cache_size);
144 line = TREALLOC(char, line, linesize);
864 buf = TREALLOC(char, buf, buf_size);
1212 ? TREALLOC(char *, tag_table, tagmax)
1622 pitem = TREALLOC(bucket *, pitem, maxitems);
1631 plhs = TREALLOC(bucket *, plhs, maxrules);
1634 rprec = TREALLOC(Value_t, rprec, maxrules);
1637 rassoc = TREALLOC(Assoc_t, rassoc, maxrules);
3249 rprec = TREALLOC(Value_t, rprec, nrules);
3252 rassoc = TREALLOC(Assoc_
[all...]
H A Doutput.c808 table = TREALLOC(Value_t, table, newmax);
811 check = TREALLOC(Value_t, check, newmax);

Completed in 99 milliseconds