Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dopnames.h52 OP_TRANS = 35, enumerator
Dtoke.c2665 if (PL_lex_inwhat == OP_TRANSR) PL_lex_inwhat = OP_TRANS; in S_sublex_push()
2702 assert (PL_lex_inwhat == OP_SUBST || PL_lex_inwhat == OP_TRANS); in S_sublex_done()
3216 if (PL_lex_inwhat == OP_TRANS) { in S_scan_const()
3744 if (PL_lex_inwhat != OP_TRANS && *s && memCHRs("lLuUEQF", *s)) { in S_scan_const()
4031 || PL_lex_inwhat != OP_TRANS)) in S_scan_const()
4197 if (PL_lex_inwhat == OP_TRANS) { in S_scan_const()
4434 if (PL_lex_inwhat == OP_TRANS) { in S_scan_const()
10809 assert(type != OP_TRANS); in S_scan_pat()
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()
Dop.c1138 case OP_TRANS: 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()
3420 if (sib && (sib->op_type == OP_TRANS || sib->op_type == OP_TRANSR)) in Perl_op_lvalue_flags()
3629 case OP_TRANS: in S_scalar_mod_type()
4232 rtype == OP_SUBST || rtype == OP_TRANS in Perl_bind_match()
4269 rtype == OP_TRANS || rtype == OP_TRANSR) in Perl_bind_match()
4286 ! (rtype == OP_TRANS && in Perl_bind_match()
4291 if (right->op_type == OP_TRANS || right->op_type == OP_TRANSR) in Perl_bind_match()
7100 cPADOPo->op_padix = pad_alloc(OP_TRANS, SVf_READONLY); in S_pmtrans()
[all …]
Dperly.y1497 if ( $PMFUNC->op_type != OP_TRANS
Ddump.c1418 case OP_TRANS: in S_do_op_dump_bar()
Dperly.act2090 if ( (ps[0].val.opval)->op_type != OP_TRANS
Dsv.c17385 case OP_TRANS:
/openbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs1027 if ( cPVOPo->op_type == OP_TRANS
/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
Dperlguts.pod3786 the only core C<PVOP>, C<OP_TRANS>, can sometimes be a C<SVOP> instead.