/openbsd/gnu/usr.bin/perl/ |
H A D | perly.y | 1089 $$ = op_append_elem(OP_LIST, $list, term); 1105 op_append_elem(OP_LIST, 1111 op_append_elem(OP_LIST, scalar($term), 1116 op_append_elem(OP_LIST, 1122 op_append_elem(OP_LIST, 1140 op_append_elem(OP_LIST, 1187 op_append_elem(OP_LIST, $expr, 1195 op_append_elem(OP_LIST, $expr, 1317 OP_LIST, 1440 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); 1242 (yyval.opval) = op_append_elem(OP_LIST, (ps[-2].val.opval), term); 1266 op_append_elem(OP_LIST, 1276 op_append_elem(OP_LIST, scalar((ps[-2].val.opval)), 1285 op_append_elem(OP_LIST, 1286 op_prepend_elem(OP_LIST, (ps[-1].val.opval), (ps[0].val.opval)), 1295 op_append_elem(OP_LIST, 1333 op_append_elem(OP_LIST, 1406 op_append_elem(OP_LIST, (ps[-1].val.opval), 1417 op_append_elem(OP_LIST, (ps[-1].val.opval), [all …]
|
H A D | op.c | 2008 case OP_LIST: in Perl_scalar() 2091 case OP_LIST: in Perl_scalar() 2427 case OP_LIST: in Perl_scalarvoid() 2570 case OP_LIST: in Perl_list() 2634 case OP_LIST: in Perl_list() 2986 case OP_LIST: in S_lvref() 3434 case OP_LIST: in Perl_op_lvalue_flags() 3788 case OP_LIST: in Perl_doref() 4834 if (o->op_type == OP_LIST) { in Perl_jmaybe() 4991 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() 1327 OP_TYPE_ISNT_AND_WASNT_NN(kid, OP_LIST) in S_finalize_op() 1708 && OP_TYPE_IS_OR_WAS(o, OP_LIST) in S_aassign_scan() 1831 case OP_LIST: in S_aassign_scan() 1871 && (o->op_type == OP_NULL || o->op_type == OP_LIST) in S_aassign_scan() 2258 || n->op_type == OP_LIST in S_maybe_multideref() 3027 newop = newLISTOP(OP_LIST, 0, pad1, pad2); in Perl_rpeep() 3330 if (followop->op_type == OP_LIST in Perl_rpeep() 3747 || exlist->op_targ != OP_LIST) in Perl_rpeep()
|
H A D | opnames.h | 177 OP_LIST = 160, enumerator
|
H A D | class.c | 622 if(attrlist->op_type == OP_LIST) { in Perl_class_apply_attributes() 1103 if(attrlist->op_type == OP_LIST) { in Perl_class_apply_field_attributes()
|
H A D | toke.c | 5861 words = op_append_elem(OP_LIST, words, in yyl_qw() 6187 attrs = op_append_elem(OP_LIST, attrs, in yyl_colon() 6193 attrs = op_append_elem(OP_LIST, attrs, in yyl_colon() 11591 op_append_elem(OP_LIST, o, in S_scan_inputsymbol() 11605 op_append_elem(OP_LIST, in S_scan_inputsymbol() 11622 op_append_elem(OP_LIST, in S_scan_inputsymbol() 12885 if(attrlist->op_type != OP_LIST) { in Perl_apply_builtin_cv_attributes()
|
H A D | regcomp.c | 1445 if (expr && (expr->op_type == OP_LIST || in Perl_re_op_compile() 1446 (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 | 3913 a = op_append_elem(OP_LIST, NULL, NULL); 3915 a = op_append_elem(OP_LIST, iv_op(1), a); 3917 a = op_append_elem(OP_LIST, NULL, a); 3919 a = op_append_elem(OP_LIST, a, iv_op(2)); 3923 a = op_append_elem(OP_LIST, a, NULL); 3925 a = op_append_elem(OP_LIST, NULL, a); 3933 a = op_append_elem(OP_LIST, a, 3953 a = op_prepend_elem(OP_LIST, a, NULL); 3959 a = op_prepend_elem(OP_LIST, NULL, a); 3961 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
|
H A D | perl5400delta.pod | 1273 C<OP_LIST>, adding each child individually, and finally calling
|
/openbsd/gnu/usr.bin/perl/lib/B/ |
H A D | Deparse.pm | 4219 if ($op->targ == OP_LIST) { 4232 && _op_is_or_was($op, OP_LIST)) { 4463 $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_()
|