Home
last modified time | relevance | path

Searched refs:OP_SUBSTR (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h139 OP_SUBSTR = 122, enumerator
H A Dpeep.c3941 if (left->op_type == OP_SUBSTR in Perl_rpeep()
H A Dop.c2154 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()
H A Dgv.c701 if (opnum != OP_VEC && opnum != OP_SUBSTR && opnum != OP_POS in S_maybe_add_coresub()
H A Dtoke.c8586 LOP(OP_SUBSTR,XTERM); in yyl_word_or_keyword()
H A Dsv.c17399 case OP_SUBSTR:
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dop385 substr $a,1 ; # OP_SUBSTR
504 substr $a,1 ; # OP_SUBSTR
1653 local(substr($x,0,1)); # OP_SUBSTR
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs3950 mkLISTOP(OP_SUBSTR, iv_op(4), iv_op(5), iv_op(6)));