/openbsd/gnu/usr.bin/perl/ |
H A D | perly.y | 1087 $$ = op_append_elem(OP_LIST, $list, term); 1103 op_append_elem(OP_LIST, 1109 op_append_elem(OP_LIST, scalar($term), 1114 op_append_elem(OP_LIST, 1120 op_append_elem(OP_LIST, 1135 op_append_elem(OP_LIST, 1182 op_append_elem(OP_LIST, $expr, 1190 op_append_elem(OP_LIST, $expr, 1312 OP_LIST, 1435 op_append_elem(OP_LIST, $expr, scalar($amper))); [all …]
|
H A D | perly.act | 732 list = op_append_elem(OP_LIST, (ps[-1].val.opval), term); 1236 (yyval.opval) = op_append_elem(OP_LIST, (ps[-2].val.opval), term); 1260 op_append_elem(OP_LIST, 1270 op_append_elem(OP_LIST, scalar((ps[-2].val.opval)), 1279 op_append_elem(OP_LIST, 1280 op_prepend_elem(OP_LIST, (ps[-1].val.opval), (ps[0].val.opval)), 1289 op_append_elem(OP_LIST, 1324 op_append_elem(OP_LIST, 1397 op_append_elem(OP_LIST, (ps[-1].val.opval), 1408 op_append_elem(OP_LIST, (ps[-1].val.opval), [all …]
|
H A D | class.c | 611 if(attrlist->op_type == OP_LIST) { in Perl_class_apply_attributes() 628 OP *o = newLISTOP(OP_LIST, 0, in S_newCROAKOP() 682 o = op_append_list(OP_LIST, o, in Perl_class_seal_stash() 684 o = op_append_list(OP_LIST, o, in Perl_class_seal_stash() 690 o = op_append_list(OP_LIST, o, in Perl_class_seal_stash() 996 if(attrlist->op_type == OP_LIST) { in Perl_class_apply_field_attributes()
|
H A D | op.c | 1999 case OP_LIST: in Perl_scalar() 2082 case OP_LIST: in Perl_scalar() 2417 case OP_LIST: in Perl_scalarvoid() 2554 case OP_LIST: in Perl_list() 2618 case OP_LIST: in Perl_list() 2966 case OP_LIST: in S_lvref() 3414 case OP_LIST: in Perl_op_lvalue_flags() 3768 case OP_LIST: in Perl_doref() 4772 if (o->op_type == OP_LIST) { in Perl_jmaybe() 4929 case OP_LIST: in S_fold_constants() [all …]
|
H A D | peep.c | 59 case OP_LIST: in S_scalar_slice_warning() 76 if (kid->op_type == OP_NULL && kid->op_targ == OP_LIST) in S_scalar_slice_warning() 1310 OP_TYPE_ISNT_AND_WASNT_NN(kid, OP_LIST) in S_finalize_op() 1691 && OP_TYPE_IS_OR_WAS(o, OP_LIST) in S_aassign_scan() 1814 case OP_LIST: in S_aassign_scan() 1854 && (o->op_type == OP_NULL || o->op_type == OP_LIST) in S_aassign_scan() 2241 || n->op_type == OP_LIST in S_maybe_multideref() 3010 newop = newLISTOP(OP_LIST, 0, pad1, pad2); in Perl_rpeep() 3369 if (followop->op_type == OP_LIST in Perl_rpeep() 3786 || exlist->op_targ != OP_LIST) in Perl_rpeep()
|
H A D | opnames.h | 177 OP_LIST = 160, enumerator
|
H A D | toke.c | 5710 words = op_append_elem(OP_LIST, words, in yyl_qw() 6027 attrs = op_append_elem(OP_LIST, attrs, in yyl_colon() 6033 attrs = op_append_elem(OP_LIST, attrs, in yyl_colon() 11435 op_append_elem(OP_LIST, o, in S_scan_inputsymbol() 11449 op_append_elem(OP_LIST, in S_scan_inputsymbol() 11466 op_append_elem(OP_LIST, in S_scan_inputsymbol() 12733 if(attrlist->op_type != OP_LIST) { in Perl_apply_builtin_cv_attributes()
|
H A D | regcomp.c | 1316 if (expr && (expr->op_type == OP_LIST || in Perl_re_op_compile() 1317 (expr->op_type == OP_NULL && expr->op_targ == OP_LIST))) { in Perl_re_op_compile()
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 3804 a = op_append_elem(OP_LIST, NULL, NULL); 3806 a = op_append_elem(OP_LIST, iv_op(1), a); 3808 a = op_append_elem(OP_LIST, NULL, a); 3810 a = op_append_elem(OP_LIST, a, iv_op(2)); 3814 a = op_append_elem(OP_LIST, a, NULL); 3816 a = op_append_elem(OP_LIST, NULL, a); 3824 a = op_append_elem(OP_LIST, a, 3844 a = op_prepend_elem(OP_LIST, a, NULL); 3850 a = op_prepend_elem(OP_LIST, NULL, a); 3852 a = op_prepend_elem(OP_LIST, a, NULL); [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | call | 168 imop = append_elem(OP_LIST, imop, newSVOP(OP_CONST, 0, sv));
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclassguts.pod | 350 The parser still forms an C<OP_LIST> optree of C<OP_CONST> nodes, but these
|
/openbsd/gnu/usr.bin/perl/lib/B/ |
H A D | Deparse.pm | 4217 if ($op->targ == OP_LIST) { 4230 && _op_is_or_was($op, OP_LIST)) { 4461 $op->first->targ == OP_LIST)
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 15554 imop = append_elem(OP_LIST, imop, newSVOP(OP_CONST, 0, sv)); in DPPP_()
|