Searched refs:OP_SUBSTR (Results 1 – 8 of 8) sorted by relevance
139 OP_SUBSTR = 122, enumerator
3941 if (left->op_type == OP_SUBSTR in Perl_rpeep()
2154 case OP_SUBSTR: in Perl_scalarvoid()3325 case OP_SUBSTR: in Perl_op_lvalue_flags()3618 case OP_SUBSTR: in S_scalar_mod_type()15379 if (opnum == OP_SUBSTR) { in Perl_coresub_op()
701 if (opnum != OP_VEC && opnum != OP_SUBSTR && opnum != OP_POS in S_maybe_add_coresub()
8586 LOP(OP_SUBSTR,XTERM); in yyl_word_or_keyword()
17399 case OP_SUBSTR:
385 substr $a,1 ; # OP_SUBSTR504 substr $a,1 ; # OP_SUBSTR1653 local(substr($x,0,1)); # OP_SUBSTR
3950 mkLISTOP(OP_SUBSTR, iv_op(4), iv_op(5), iv_op(6)));