Searched refs:OP_DESC (Results 1 – 4 of 4) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | utf8.c | 520 "%s in %s", s, OP_DESC(PL_op)); in Perl_utf8n_to_uvuni() 599 "%s in %s", unees, OP_DESC(PL_op)); in Perl_utf8_length() 612 unees, OP_DESC(PL_op)); in Perl_utf8_length() 654 "%s in %s", unees, OP_DESC(PL_op)); in Perl_utf8_distance() 672 "%s in %s", unees, OP_DESC(PL_op)); in Perl_utf8_distance()
|
| H A D | op.c | 118 OP_DESC(o))); in S_no_fh_allowed() 140 (int)n, name, t, OP_DESC(kid))); in S_bad_type() 737 useless = OP_DESC(o); in Perl_scalarvoid() 1106 : OP_DESC(o))), in Perl_mod() 1643 OP_DESC(o), PL_in_my == KEY_our ? "our" : "my")); in S_my_kid() 1663 OP_DESC(o), in S_my_kid() 4892 OP_DESC(o)); in Perl_ck_delete() 5005 OP_DESC(o)); in Perl_ck_exists() 5012 OP_DESC(o)); in Perl_ck_exists() 5297 bad_type(numargs, "HANDLE", OP_DESC(o), kid); in Perl_ck_fun() [all …]
|
| H A D | opcode.h | 26 #define OP_DESC(o) ((o)->op_type == OP_CUSTOM ? custom_op_desc(o) : \ macro
|
| H A D | sv.c | 603 " in ", OP_DESC(PL_op)); in Perl_report_uninit() 1681 OP_DESC(PL_op)); in Perl_sv_setiv() 1881 OP_DESC(PL_op)); in S_not_a_number() 3522 OP_DESC(PL_op)); in Perl_sv_utf8_downgrade()
|