Lines Matching refs:rec_alt
43 rec_alt *alt; /* Toplevel first/single alternative */
45 rec_alt *palt; /* Current alternative being compiled */
88 rec_alt *
92 rec_alt *alt;
105 alt = calloc(1, sizeof(rec_alt));
214 rec_alt *alt = calloc(1, sizeof(rec_alt));
258 irec_free_alt(rec_alt *alt)
260 rec_alt *next;
422 rec_alt *alt;
436 if ((alt = calloc(1, sizeof(rec_alt))) == NULL) {