Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dopnames.h53 OP_TRANSR = 36, enumerator
Dop.c1139 case OP_TRANSR: in Perl_op_clear()
1140 if ( (o->op_type == OP_TRANS || o->op_type == OP_TRANSR) in Perl_op_clear()
2258 kid->op_type != OP_TRANS && kid->op_type != OP_TRANSR) { in Perl_scalarvoid()
2269 case OP_TRANSR: in Perl_scalarvoid()
3420 if (sib && (sib->op_type == OP_TRANS || sib->op_type == OP_TRANSR)) in Perl_op_lvalue_flags()
3630 case OP_TRANSR: in S_scalar_mod_type()
4233 || rtype == OP_TRANSR in Perl_bind_match()
4263 if (rtype == OP_TRANSR && type == OP_NOT) in Perl_bind_match()
4269 rtype == OP_TRANS || rtype == OP_TRANSR) in Perl_bind_match()
4285 if (rtype != OP_MATCH && rtype != OP_TRANSR && in Perl_bind_match()
[all …]
Dtoke.c2665 if (PL_lex_inwhat == OP_TRANSR) PL_lex_inwhat = OP_TRANS; in S_sublex_push()
2700 assert(PL_lex_inwhat != OP_TRANSR); in S_sublex_done()
3200 assert(PL_lex_inwhat != OP_TRANSR); in S_scan_const()
10999 o = newPVOP(nondestruct ? OP_TRANSR : OP_TRANS, 0, (char*)NULL); in S_scan_trans()
11004 pl_yylval.ival = nondestruct ? OP_TRANSR : OP_TRANS; in S_scan_trans()
Dperly.y1498 && $PMFUNC->op_type != OP_TRANSR
Ddump.c1419 case OP_TRANSR: in S_do_op_dump_bar()
Dperly.act2091 && (ps[0].val.opval)->op_type != OP_TRANSR
Dpp.c742 if(PL_op->op_type == OP_TRANSR) {
Dsv.c17386 case OP_TRANSR:
/openbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs1028 || cPVOPo->op_type == OP_TRANSR)
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5280delta.pod1914 the C<op_pv> field of C<OP_TRANS>/C<OP_TRANSR> ops has changed. It's now a