Lines Matching refs:xnmalloc
401 froms[s] = sp = sp1 = xnmalloc (count, sizeof *sp1); in save_row()
402 tos[s] = sp2 = xnmalloc (count, sizeof *sp2); in save_row()
404 nondeterministic_parser ? xnmalloc (count, sizeof *sp3) : NULL; in save_row()
438 yydefact = xnmalloc (nstates, sizeof *yydefact); in token_actions()
440 actrow = xnmalloc (ntokens, sizeof *actrow); in token_actions()
441 conflrow = xnmalloc (ntokens, sizeof *conflrow); in token_actions()
443 conflict_list = xnmalloc (1 + 2 * nconflict, sizeof *conflict_list); in token_actions()
508 froms[symno] = sp = sp1 = xnmalloc (count, sizeof *sp1); in save_column()
509 tos[symno] = sp2 = xnmalloc (count, sizeof *sp2); in save_column()
571 size_t *state_count = xnmalloc (nstates, sizeof *state_count); in goto_actions()
572 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto); in goto_actions()
765 base = xnmalloc (nvectors, sizeof *base); in pack_table()
766 pos = xnmalloc (nentries, sizeof *pos); in pack_table()
769 check = xnmalloc (table_size, sizeof *check); in pack_table()
827 width = xnmalloc (nvectors, sizeof *width); in tables_generate()