Searched refs:OP_TRANS (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h51 OP_TRANS, /* 35 */ enumerator in enum:opcode
H A Dtoke.c1106 if (PL_lex_repl && (PL_lex_inwhat == OP_SUBST || PL_lex_inwhat == OP_TRANS)) {
1150 (lex_inwhat & OP_TRANS is true), or a double-quoted string.
1233 if (PL_lex_inwhat == OP_TRANS && PL_sublex_info.sub_op) {
1242 if (PL_lex_inwhat == OP_TRANS) {
1373 /* End of else if chain - OP_TRANS rejoin rest */
1397 if (PL_lex_inwhat != OP_TRANS && *s && strchr("lLuUEQ", *s)) {
1407 if (PL_lex_inwhat == OP_TRANS) {
1511 if (PL_lex_inwhat == OP_TRANS &&
1683 if (PL_lex_inwhat == OP_TRANS && PL_sublex_info.sub_op) {
1700 ( PL_lex_inwhat == OP_TRANS
[all...]
H A Dop.c393 case OP_TRANS:
1327 case OP_TRANS:
1741 right->op_type == OP_TRANS)
1761 right->op_type == OP_TRANS)) {
1764 ! (right->op_type == OP_TRANS &&
1767 if (right->op_type == OP_TRANS)
2674 if (type != OP_TRANS && PL_curstash) {
2690 if (o->op_type == OP_TRANS)
H A Ddump.c490 else if (o->op_type == OP_TRANS) {

Completed in 118 milliseconds