HomeSort by: relevance | last modified time | path
    Searched refs:reduction_table (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/byacc/dist/
lalr.c 40 reductions **reduction_table; variable
110 reduction_table = NEW2(nstates, reductions *);
112 reduction_table[rp->number] = rp;
155 rp = reduction_table[i];
168 rp = reduction_table[i];
output.c 2080 FREE(reduction_table);

Completed in 19 milliseconds