Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dopnames.h53 OP_TRANS, /* 35 */ enumerator
Dtoke.c1297 if (PL_lex_repl && (PL_lex_inwhat == OP_SUBST || PL_lex_inwhat == OP_TRANS)) { in S_sublex_done()
1427 if (PL_lex_inwhat == OP_TRANS && PL_sublex_info.sub_op) { in S_scan_const()
1436 if (PL_lex_inwhat == OP_TRANS) { in S_scan_const()
1598 if (PL_lex_inwhat != OP_TRANS && *s && strchr("lLuUEQ", *s)) { in S_scan_const()
1608 if (PL_lex_inwhat == OP_TRANS) { in S_scan_const()
1712 if (PL_lex_inwhat == OP_TRANS && in S_scan_const()
1888 if (PL_lex_inwhat == OP_TRANS && PL_sublex_info.sub_op) { in S_scan_const()
1904 ( PL_lex_inwhat == OP_TRANS in S_scan_const()
9421 o = newPVOP(OP_TRANS, 0, (char*)tbl);
9427 yylval.ival = OP_TRANS;
Dop.c448 case OP_TRANS: in Perl_op_clear()
1403 case OP_TRANS: in S_scalar_mod_type()
1821 right->op_type == OP_TRANS) in Perl_bind_match()
1841 right->op_type == OP_TRANS)) { in Perl_bind_match()
1844 ! (right->op_type == OP_TRANS && in Perl_bind_match()
1847 if (right->op_type == OP_TRANS) in Perl_bind_match()
2755 if (type != OP_TRANS && PL_curstash) { in Perl_newPMOP()
2771 if (o->op_type == OP_TRANS) in Perl_pmruntime()
Ddump.c496 else if (o->op_type == OP_TRANS) { in Perl_do_op_dump()
/mirbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs1006 if (o->op_type == OP_TRANS &&
1014 else if (o->op_type == OP_TRANS) {