Searched refs:temp_R (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/byacc/
H A Dlalr.c474 Value_t **temp_R; local
493 temp_R = NEW2(n, Value_t *);
502 temp_R[i] = sp;
515 *temp_R[*sp++]++ = (Value_t)i;
519 FREE(temp_R);

Completed in 103 milliseconds