Home | History | Annotate | Download | only in src

Lines Matching full:xnmalloc

391   froms[s] = sp = sp1 = xnmalloc (count, sizeof *sp1);
392 tos[s] = sp2 = xnmalloc (count, sizeof *sp2);
394 nondeterministic_parser ? xnmalloc (count, sizeof *sp3) : NULL;
428 yydefact = xnmalloc (nstates, sizeof *yydefact);
430 actrow = xnmalloc (ntokens, sizeof *actrow);
431 conflrow = xnmalloc (ntokens, sizeof *conflrow);
433 conflict_list = xnmalloc (1 + 2 * nconflict, sizeof *conflict_list);
498 froms[symno] = sp = sp1 = xnmalloc (count, sizeof *sp1);
499 tos[symno] = sp2 = xnmalloc (count, sizeof *sp2);
561 size_t *state_count = xnmalloc (nstates, sizeof *state_count);
562 yydefgoto = xnmalloc (nvars, sizeof *yydefgoto);
755 base = xnmalloc (nvectors, sizeof *base);
756 pos = xnmalloc (nentries, sizeof *pos);
759 check = xnmalloc (table_size, sizeof *check);
818 width = xnmalloc (nvectors, sizeof *width);