Lines Matching refs:TREALLOC
148 cache = TREALLOC(char, cache, cache_size); in cachec()
267 input_file_name = TREALLOC(char, input_file_name, input_file_name_len); in line_directive()
382 line = TREALLOC(char, line, linesize); in get_line()
1320 tmp = TREALLOC(char, buf, buf_size); in copy_param()
1684 ? TREALLOC(char *, tag_table, tagmax) in cache_tag()
2189 pitem = TREALLOC(bucket *, pitem, maxitems); in expand_items()
2198 plhs = TREALLOC(bucket *, plhs, maxrules); in expand_rules()
2201 rprec = TREALLOC(Value_t, rprec, maxrules); in expand_rules()
2204 rassoc = TREALLOC(Assoc_t, rassoc, maxrules); in expand_rules()
3962 rprec = TREALLOC(Value_t, rprec, nrules); in pack_grammar()
3965 rassoc = TREALLOC(Assoc_t, rassoc, nrules); in pack_grammar()