Lines Matching refs:reallocarray
870 tag_table = reallocarray(tag_table, tagmax, sizeof(char *)); in get_tag()
1099 plhs = reallocarray(NULL, maxrules, sizeof(bucket *)); in initialize_grammar()
1105 rprec = reallocarray(NULL, maxrules, sizeof(short)); in initialize_grammar()
1111 rassoc = reallocarray(NULL, maxrules, sizeof(char)); in initialize_grammar()
1126 pitem = reallocarray(pitem, maxitems, sizeof(bucket *)); in expand_items()
1137 plhs = reallocarray(plhs, maxrules, sizeof(bucket *)); in expand_rules()
1140 rprec = reallocarray(rprec, maxrules, sizeof(short)); in expand_rules()
1143 rassoc = reallocarray(rassoc, maxrules, sizeof(char)); in expand_rules()
1642 symbol_name = reallocarray(NULL, nsyms, sizeof(char *)); in pack_symbols()
1645 symbol_value = reallocarray(NULL, nsyms, sizeof(short)); in pack_symbols()
1648 symbol_prec = reallocarray(NULL, nsyms, sizeof(short)); in pack_symbols()
1655 v = reallocarray(NULL, nsyms, sizeof(bucket *)); in pack_symbols()
1750 ritem = reallocarray(NULL, nitems, sizeof(short)); in pack_grammar()
1753 rlhs = reallocarray(NULL, nrules, sizeof(short)); in pack_grammar()
1756 rrhs = reallocarray(NULL, nrules + 1, sizeof(short)); in pack_grammar()
1759 rprec = reallocarray(rprec, nrules, sizeof(short)); in pack_grammar()