Home
last modified time | relevance | path

Searched refs:_op_is_or_was (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm1210 and ( _op_is_or_was($last, OP_NEXTSTATE)
1211 or _op_is_or_was($last, OP_DBSTATE));
4208 sub _op_is_or_was { subroutine
4232 && _op_is_or_was($op, OP_LIST)) {
4843 && ( _op_is_or_was($op->first, OP_RV2AV)
4844 || _op_is_or_was($op->first, OP_RV2HV))
4846 && ( _op_is_or_was($op->first->first, OP_AELEM)
4847 || _op_is_or_was($op->first->first, OP_HELEM))
4933 my $lead = ( _op_is_or_was($op, OP_KVHSLICE)
4934 || _op_is_or_was($op, OP_KVASLICE))