Searched refs:OPf_PARENS (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | peep.c | 995 |(o->op_flags & (OPf_WANT|OPf_PARENS))); in S_maybe_multiconcat() 2020 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_KIDS|OPf_PARENS in S_maybe_multideref() 2057 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_PARENS in S_maybe_multideref() 2146 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_PARENS|OPf_SPECIAL))); in S_maybe_multideref() 2148 if ( (o->op_flags & ~(OPf_PARENS|OPf_SPECIAL)) != OPf_WANT_SCALAR in S_maybe_multideref() 2159 |OPf_SPECIAL|OPf_PARENS))); in S_maybe_multideref() 2164 if( (kid->op_flags &~ OPf_PARENS) in S_maybe_multideref() 2269 ~(OPf_WANT|OPf_KIDS|OPf_MOD|OPf_PARENS))); in S_maybe_multideref() 2272 ok = (o->op_flags &~ OPf_PARENS) in S_maybe_multideref() 2277 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_KIDS|OPf_PARENS in S_maybe_multideref() [all …]
|
| D | op.c | 2677 o->op_flags &= ~OPf_PARENS; in S_voidnonfinal() 2679 o->op_flags |= OPf_PARENS; in S_voidnonfinal() 2899 if (o->op_flags & OPf_PARENS) { in S_lvref() 2933 if (o->op_flags & OPf_PARENS) { in S_lvref() 2948 if (o->op_flags & OPf_PARENS) goto parenhash; in S_lvref() 2957 if (o->op_flags & OPf_PARENS) goto slurpy; in S_lvref() 2991 if (o->op_flags & OPf_PARENS) in S_lvref() 3093 if ((o->op_flags & OPf_PARENS)) in Perl_op_lvalue_flags() 3240 if (type == OP_REFGEN && o->op_flags & OPf_PARENS) { in Perl_op_lvalue_flags() 3313 if (type == OP_REFGEN && o->op_flags & OPf_PARENS) in Perl_op_lvalue_flags() [all …]
|
| D | perly.y | 529 $my_list_of_scalars->op_flags |= OPf_PARENS; 686 { $$ = newLOOPOP(OPf_PARENS, 1, scalar($condition), $body); } 688 { $$ = newLOOPOP(OPf_PARENS, 1, $iexpr, $body); } 701 ($mblock)->op_flags |= OPf_PARENS;
|
| D | perly.act | 538 (ps[-6].val.opval)->op_flags |= OPf_PARENS; 778 … { (yyval.opval) = newLOOPOP(OPf_PARENS, 1, scalar((ps[0].val.opval)), (ps[-2].val.opval)); } 784 … { (yyval.opval) = newLOOPOP(OPf_PARENS, 1, (ps[0].val.opval), (ps[-2].val.opval)); } 804 ((ps[0].val.opval))->op_flags |= OPf_PARENS;
|
| D | op.h | 111 #define OPf_PARENS 8 /* This operator was parenthesized. */ macro
|
| D | dump.c | 1064 {OPf_PARENS, ",PARENS"},
|
| D | toke.c | 7624 pl_yylval.opval = newUNOP(OP_RV2AV, OPf_PARENS, in yyl_constant_op()
|
| /openbsd/src/gnu/usr.bin/perl/lib/B/ |
| D | Deparse.pm | 1266 $def = "($def)" if $kid->first->flags & OPf_PARENS; 1288 $def = "($def)" if $defop->first->flags & OPf_PARENS; 1588 && ($op->flags & (OPf_PARENS|OPf_REF)) == OPf_PARENS; 1645 && ($op->flags & (OPf_PARENS|OPf_REF)) == OPf_PARENS; 3455 $val = "($val)" if ($op->flags & OPf_PARENS); 4050 if ($enter->flags & OPf_PARENS) { 6747 $def = "($def)" if $op->first->flags & OPf_PARENS;
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 1060 if (PL_hints & HINT_BLOCK_SCOPE) o->op_flags |= OPf_PARENS; in THX_parse_keyword_stmtasexpr() 1076 if (PL_hints & HINT_BLOCK_SCOPE) o->op_flags |= OPf_PARENS; in THX_parse_keyword_stmtsasexpr() 1092 if (PL_hints & HINT_BLOCK_SCOPE) o->op_flags |= OPf_PARENS; in THX_parse_keyword_blockasexpr()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5003007 | 1014 OPf_PARENS # Z added by devel/scanprov
|