HomeSort by relevance Sort by last modified time
    Searched full:prhs (Results 1 - 1 of 1) sorted by null

  /external/bison/src/
output.c 201 | Prepare the muscles related to the rules: rhs, prhs, r1, r2, |
211 unsigned int *prhs = xnmalloc (nrules, sizeof *prhs); local
222 prhs[r] = i;
229 r2[r] = i - prhs[r];
242 muscle_insert_unsigned_int_table ("prhs", prhs, 0, 0, nrules);
253 free (prhs);

Completed in 138 milliseconds