Searched refs:PL_op_desc (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | globvar.sym | 47 PL_op_desc
|
H A D | pp_sys.c | 2637 TAINT_PROPER(PL_op_desc[optype]); 2806 TAINT_PROPER(PL_op_desc[op_type]); 4070 TAINT_PROPER(PL_op_desc[op_type]); 4095 DIE(aTHX_ PL_no_func, PL_op_desc[PL_op->op_type]); in PP() 5360 DIE(aTHX_ PL_no_sock_func, PL_op_desc[PL_op->op_type]); 5658 DIE(aTHX_ PL_no_func, PL_op_desc[PL_op->op_type]); in PP() 5665 DIE(aTHX_ PL_no_func, PL_op_desc[PL_op->op_type]); in PP() 5672 DIE(aTHX_ PL_no_func, PL_op_desc[PL_op->op_type]); in PP() 5679 DIE(aTHX_ PL_no_func, PL_op_desc[PL_op->op_type]); in PP() 5913 DIE(aTHX_ PL_no_func, PL_op_desc[PL_op->op_type]); [all …]
|
H A D | op.h | 954 #define XOPd_xop_desc PL_op_desc[OP_CUSTOM] 1048 : PL_op_desc[(o)->op_type])
|
H A D | doio.c | 3072 Perl_croak(aTHX_ "%s not implemented", PL_op_desc[optype]); 3132 Perl_croak(aTHX_ "%s not implemented", PL_op_desc[optype]); 3139 Perl_croak(aTHX_ "%s not implemented", PL_op_desc[optype]); 3160 PL_op_desc[optype], 3206 Perl_croak(aTHX_ "%s not implemented", PL_op_desc[optype]);
|
H A D | op.c | 691 (int)n, PL_op_desc[(o)->op_type], t, OP_DESC(kid)), 0); in S_bad_type_pv() 3001 PL_op_desc[type])); in S_lvref() 3160 SVfARG(namesv), PL_op_desc[type]), in Perl_op_lvalue_flags() 3176 type ? PL_op_desc[type] : "local")); in Perl_op_lvalue_flags() 4231 = PL_op_desc[( in Perl_bind_match() 8920 PL_op_desc[warnop], in S_new_logop() 12823 return too_many_arguments_pv(o,PL_op_desc[type], 0); in Perl_ck_fun() 12840 PL_op_desc[type]); in Perl_ck_fun() 12853 PL_op_desc[type]), 0); in Perl_ck_fun() 15147 PL_op_desc[orig_type])); in Perl_ck_each() [all …]
|
H A D | doop.c | 1070 Perl_croak(aTHX_ FATAL_ABOVE_FF_MSG, PL_op_desc[optype]); in Perl_do_vop()
|
H A D | opcode.h | 574 EXTCONST char* const PL_op_desc[] INIT({ variable
|
H A D | scope.c | 1813 PL_op_desc[CxOLD_OP_TYPE(cx)]); in Perl_cx_dump()
|
H A D | pp.c | 2813 Perl_croak(aTHX_ FATAL_ABOVE_FF_MSG, PL_op_desc[PL_op->op_type]); in S_scomplement() 7135 opnum ? PL_op_desc[opnum] : SvPV_nolen_const(cSVOP_sv) 7191 whicharg, PL_op_desc[opnum] 7203 whicharg, PL_op_desc[opnum],
|
H A D | util.c | 3704 return (char **)PL_op_desc; 3840 PL_op_desc[op]);
|
/openbsd/gnu/usr.bin/perl/ext/Opcode/ |
H A D | Opcode.xs | 374 const char *const *names = (desc) ? PL_op_desc : PL_op_name; 464 const char *const *op_desc = PL_op_desc;
|