Searched refs:op_force_list (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | op.c | 5822 first = op_force_list(first); in Perl_newUNOP() 5897 if (PL_opargs[type] & OA_MARK) dynamic_meth = op_force_list(dynamic_meth); in S_newMETHOP_internal() 7637 expr = list(op_force_list(newUNOP(OP_ENTERSUB, 0, scalar(expr)))); in Perl_pmruntime() 8286 list(op_force_list(subscript)), in Perl_newSLICEOP() 8287 list(op_force_list(listval))); in Perl_newSLICEOP() 8467 curop = list(op_force_list(left)); in Perl_newASSIGNOP() 8468 o = newBINOP(OP_AASSIGN, flags, list(op_force_list(right)), curop); in Perl_newASSIGNOP() 9537 expr = op_lvalue(op_force_list(scalar(ref(expr, OP_ITER))), OP_GREPSTART); in Perl_newFOROP() 9570 expr = op_lvalue(op_force_list(expr), OP_GREPSTART); in Perl_newFOROP() 13232 o = op_force_list(o); in Perl_ck_listiob() [all …]
|
| D | class.c | 1141 defop = op_contextualize(op_force_list(defop), G_LIST); in Perl_class_set_field_defop()
|
| D | embed.h | 463 # define op_force_list(a) Perl_op_force_list(aTHX_ a) macro
|
| D | embed.fnc | 2368 Adp |OP * |op_force_list |NULLOK OP *o
|