Searched refs:next_is_hash (Results 1 – 1 of 1) sorted by relevance
1941 bool next_is_hash = FALSE; /* is the next lookup to be a hash? */ in S_maybe_multideref() local1953 next_is_hash = TRUE; in S_maybe_multideref()1972 next_is_hash = TRUE; in S_maybe_multideref()1986 next_is_hash = TRUE; in S_maybe_multideref()2037 ASSUME(o->op_type == (next_is_hash ? OP_RV2HV : OP_RV2AV)); in S_maybe_multideref()2040 action = next_is_hash in S_maybe_multideref()2075 if (next_is_hash) { in S_maybe_multideref()2309 next_is_hash = cBOOL((o->op_private & OPpDEREF) == OPpDEREF_HV); in S_maybe_multideref()2369 & (OPf_WANT|OPf_MOD|(next_is_hash ? OPf_SPECIAL : 0)); in S_maybe_multideref()