Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpeep.c180 if ((kid->op_flags & OPf_WANT) != OPf_WANT_SCALAR) in S_sprintf_is_multiconcatable()
995 |(o->op_flags & (OPf_WANT|OPf_PARENS))); in S_maybe_multiconcat()
1718 && ((kid->op_flags & OPf_WANT) == OPf_WANT_LIST) in S_aassign_scan()
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()
2158 ~(OPf_WANT|OPf_KIDS|OPf_MOD|OPf_REF in S_maybe_multideref()
2269 ~(OPf_WANT|OPf_KIDS|OPf_MOD|OPf_PARENS))); in S_maybe_multideref()
2277 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_KIDS|OPf_PARENS in S_maybe_multideref()
2283 ASSUME(!(o->op_flags & ~(OPf_WANT|OPf_KIDS|OPf_PARENS in S_maybe_multideref()
[all …]
Dop.h82 (((op)->op_flags & OPf_WANT) ? ((op)->op_flags & OPf_WANT) : dfl)
106 #define OPf_WANT 3 /* Mask for "want" bits: */ macro
174 #define OPf_KNOW OPf_WANT
178 (PL_op->op_flags & OPf_WANT \
179 ? ((PL_op->op_flags & OPf_WANT) == OPf_WANT_LIST \
Dop.c1967 || (o->op_flags & OPf_WANT) in Perl_scalar()
1973 o->op_flags = (o->op_flags & ~OPf_WANT) | OPf_WANT_SCALAR; in Perl_scalar()
2129 want = o->op_flags & OPf_WANT; in Perl_scalarvoid()
2137 o->op_flags = (o->op_flags & ~OPf_WANT) | OPf_WANT_VOID; in Perl_scalarvoid()
2517 if (!o || (o->op_flags & OPf_WANT) in Perl_list()
2530 o->op_flags = (o->op_flags & ~OPf_WANT) | OPf_WANT_LIST; in Perl_list()
3080 if ((o->op_flags & OPf_WANT) == OPf_WANT_VOID) in Perl_op_lvalue_flags()
3261 || (o->op_flags & OPf_WANT) != OPf_WANT_SCALAR in Perl_op_lvalue_flags()
3322 if ((o->op_flags & OPf_WANT) != OPf_WANT_SCALAR in Perl_op_lvalue_flags()
4491 newOP(OP_ENTER, (o->op_flags & OPf_WANT)), o); in Perl_op_scope()
[all …]
Dbuiltin.c468 U8 wantflags = entersubop->op_flags & OPf_WANT; in ck_builtin_func1()
Dpp.c946 if (UNLIKELY((PL_op->op_flags & OPf_WANT) != OPf_WANT_VOID)) in PP()
1052 if (LIKELY((PL_op->op_flags & OPf_WANT) == OPf_WANT_VOID)) in PP()
6360 if ( (PL_op->op_flags & OPf_WANT) != G_VOID in PP()
6364 if ((PL_op->op_flags & OPf_WANT) != G_VOID) in PP()
6445 if ( (PL_op->op_flags & OPf_WANT) != G_VOID in PP()
6449 if ((PL_op->op_flags & OPf_WANT) != G_VOID) in PP()
Dcop.h876 (PL_op->op_flags & OPf_WANT) \
Dinline.h3556 U8 gimme = (PL_op->op_flags & OPf_WANT); in Perl_gimme_V()
Dpp_hot.c1491 if ((PL_op->op_flags & OPf_WANT) != OPf_WANT_VOID) { in PP()
2182 if ((PL_op->op_flags & OPf_WANT) != OPf_WANT_VOID) in PP()
Ddump.c1155 switch (o->op_flags & OPf_WANT) { in S_do_op_dump_bar()
Dpp_ctl.c3374 (fake_goto_op.op_flags & ~OPf_WANT) in PP()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5004000102 OPf_WANT # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.pm4319 && !(($op->flags & OPf_WANT) == OPf_WANT_SCALAR))
4957 return ($op->flags & OPf_WANT) == OPf_WANT_SCALAR;
4962 return ($op->flags & OPf_WANT) == OPf_WANT_LIST;
5304 ($_->flags & OPf_WANT) == OPf_WANT_SCALAR
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs3437 o->op_flags &= ~OPf_WANT;
3440 (o->op_flags & OPf_WANT) != OPf_WANT_SCALAR)
3444 o->op_flags &= ~OPf_WANT;
3447 (o->op_flags & OPf_WANT) != OPf_WANT_LIST)
3451 o->op_flags &= ~OPf_WANT;