Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dop.c1440 o = cUNOPo->op_first; in S_find_and_forget_pmops()
2256 kid = cUNOPo->op_first; in Perl_scalarvoid()
3475 kid = cUNOPo->op_first; in Perl_op_lvalue_flags()
3755 o = cUNOPo->op_first; in Perl_doref()
4072 o = cUNOPo->op_first; in S_cant_declare()
5192 curop = cUNOPo->op_first; in S_gen_constant_list()
5239 OP *kid = cUNOPo->op_first; in walk_ops_find_labels()
5333 OP *kid = cUNOPo->op_first; in walk_ops_forbid()
8322 o = cUNOPo->op_first; in S_assignment_type()
12222 indexop = cUNOPo->op_first; in Perl_ck_cmp()
[all …]
H A Dpeep.c128 pm = cUNOPo->op_first; in S_sprintf_is_multiconcatable()
949 op_sibling_splice(o, cUNOPo->op_first, 0, topop); in S_maybe_multiconcat()
1152 next_kid = cUNOPo->op_first; in S_optimize_op()
1219 if ((o->op_flags & OPf_KIDS) && cUNOPo->op_first) { in S_traverse_op_tree()
1220 return cUNOPo->op_first; in S_traverse_op_tree()
1401 for (kid = cUNOPo->op_first; kid; kid = OpSIBLING(kid)) { in S_finalize_op()
1710 OP *kid = cUNOPo->op_first; in S_aassign_scan()
1867 next_kid = cUNOPo->op_first; in S_aassign_scan()
2290 if (OP_TYPE_IS_OR_WAS(cUNOPo->op_first, OP_AELEM)) in S_maybe_multideref()
3674 oright = cUNOPo->op_first; in Perl_rpeep()
[all …]
H A Dpp_ctl.c3066 *ops++ = cUNOPo->op_first; in S_dofindlabel()
3070 && cUNOPo->op_first->op_type == OP_PUSHMARK) { in S_dofindlabel()
3080 OP * const kid = cUNOPo->op_first; in S_dofindlabel()
3090 OP * const kid1 = cUNOPo->op_first; in S_dofindlabel()
3092 for (kid = cUNOPo->op_first; kid; kid = OpSIBLING(kid)) { in S_dofindlabel()
3112 for (kid = cUNOPo->op_first; kid; kid = OpSIBLING(kid)) { in S_dofindlabel()
H A Dop.h484 #define cUNOPo cUNOPx(o) macro
H A Ddump.c1465 for (kid = cUNOPo->op_first; kid; kid = OpSIBLING(kid)) in S_do_op_dump_bar()
H A Dutil.c1534 for (kid = cUNOPo->op_first; kid; kid = OpSIBLING(kid)) { in Perl_closest_cop()
H A Dregexec.c8311 o = cUNOPo->op_first; in S_regmatch()
8315 o = cUNOPo->op_first; in S_regmatch()
H A Dsv.c17037 && cUNOPo->op_first->op_type == OP_GV)
17039 gv = cGVOPx_gv(cUNOPo->op_first);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500400512 cUNOPo # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs4592 if (cLOOPx(cUNOPo->op_first)->op_last->op_sibparent in test_newFOROP_without_slab()
4593 != cUNOPo->op_first) in test_newFOROP_without_slab()