Lines Matching refs:offsets

2150     Value_t *offsets = NULL, maxoffset;  in compile_arg()  local
2165 offsets = TCMALLOC(Value_t, maxoffset + 1); in compile_arg()
2166 NO_SPACE(offsets); in compile_arg()
2170 offsets[++j] = (Value_t)(i - nitems + 1); in compile_arg()
2200 i = offsets[val]; in compile_arg()
2245 FREE(offsets); in compile_arg()
2255 Value_t *offsets = NULL, maxoffset = 0; in can_elide_arg() local
2276 offsets = TCMALLOC(Value_t, maxoffset + 1); in can_elide_arg()
2277 NO_SPACE(offsets); in can_elide_arg()
2281 offsets[++j] = (Value_t)(i - nitems + 1); in can_elide_arg()
2298 i = offsets[val]; in can_elide_arg()
2310 FREE(offsets); in can_elide_arg()
2331 FREE(offsets); in can_elide_arg()
2681 Value_t *offsets = NULL, maxoffset; in copy_action() local
2724 offsets = TMALLOC(Value_t, maxoffset + 1); in copy_action()
2725 NO_SPACE(offsets); in copy_action()
2731 offsets[++j] = (Value_t)(i - nitems + 1); in copy_action()
2769 else if (offsets) in copy_action()
2771 (long)offsets[i], tag); in copy_action()
2822 if (havetags && offsets) in copy_action()
2826 tag = rhs[offsets[i]]->tag; in copy_action()
2828 untyped_rhs(i, rhs[offsets[i]]->name); in copy_action()
2829 fprintf(f, "yystack.l_mark[%ld].%s", (long)offsets[i], tag); in copy_action()
2840 else if (offsets) in copy_action()
2841 fprintf(f, "yystack.l_mark[%ld]", (long)offsets[i]); in copy_action()
2902 else if (offsets) in copy_action()
2903 fprintf(f, "yystack.p_mark[%d]", offsets[i]); in copy_action()
2954 FREE(offsets); in copy_action()
2974 FREE(offsets); in copy_action()
3016 FREE(offsets); in copy_action()