Searched refs:OPpARGELEM_SV (Results 1 – 5 of 5) sorted by relevance
13 OPpARGELEM_SV # Z added by devel/scanprov
620 OPpARGELEM_SV => 0,744 OPpARGELEM_SV => 'SV',
2284 #define OPpARGELEM_SV 0x00 macro
7588 !!( (PL_op->op_private & OPpARGELEM_MASK) == OPpARGELEM_SV7605 if ((o->op_private & OPpARGELEM_MASK) == OPpARGELEM_SV) {
10049 o->op_private |= ( PL_tokenbuf[0] == '$' ? OPpARGELEM_SV in S_pending_ident()