Searched defs:froms (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A Dtables.c84 static base_number **froms; variable
401 froms[s] = sp = sp1 = xnmalloc (count, sizeof *sp1);
508 froms[symno] = sp = sp1 = xnmalloc (count, sizeof *sp1);
663 if (tos[j][k] != tos[i][k] || froms[j][k] != froms[i][k]
682 base_number *from = froms[i];
824 froms = xcalloc (nvectors, sizeof *froms);
847 free (froms[i]);
852 free (froms);
[all...]

Completed in 79 milliseconds