Lines Matching defs:fence_stack
8464 AV* fence_stack = NULL; /* A stack containing the positions in
8571 fence_stack = (AV*)newSV_type_mortal(SVt_PVAV);
8593 stack, fence, fence_stack));
8676 av_push_simple(fence_stack, newSViv(fence));
8754 if (av_tindex_skip_len_mg(fence_stack) < 0) {
8775 fence_ptr = av_pop(fence_stack);
9017 if (av_tindex_skip_len_mg(fence_stack) >= 0) {
9142 AV * stack, const IV fence, AV * fence_stack)
9146 const SSize_t fence_stack_top = av_tindex_skip_len_mg(fence_stack);
9175 PerlIO_printf(Perl_debug_log, "Nothing on fence_stack\n");
9180 SV ** element_ptr = av_fetch_simple(fence_stack, i, FALSE);