Searched refs:OP_NAME (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | scm-exp.c | 464 write_exp_elt_opcode (OP_NAME); in scm_lreadr() 466 write_exp_elt_opcode (OP_NAME); in scm_lreadr()
|
H A D | expression.h | 319 OP_NAME, enumerator
|
H A D | scm-lang.c | 211 case OP_NAME: in evaluate_subexp_scm()
|
H A D | expprint.c | 167 case OP_NAME: in print_subexp_standard() 1041 case OP_NAME: in dump_subexp_body_standard()
|
H A D | parse.c | 917 case OP_NAME: in operator_length_standard()
|
H A D | ChangeLog-1995 | 1180 * expression.h (enum exp_code): Added OP_NAME. 1181 * expprint.c (print_subexp): Add OP_NAME support.
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5007003 | 18 OP_NAME # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | deb.c | 347 retop ? OP_NAME(retop) : "(null)" in Perl_deb_stack_all()
|
H A D | pp_sys.c | 2430 OP_NAME(PL_op)); in PP() 2922 if (!IS_SAFE_PATHNAME(temp, len, OP_NAME(PL_op))) { in PP() 3250 if (!IS_SAFE_PATHNAME(name, len, OP_NAME(PL_op))) { in PP() 3258 OP_NAME(PL_op)); in PP() 3265 DIE(aTHX_ "panic: attempt to call access() in %s", OP_NAME(PL_op)); in PP() 3568 if (!IS_SAFE_PATHNAME(temp, temp_len, OP_NAME(PL_op))) { in PP()
|
H A D | dump.c | 720 sequence_num(o), OP_NAME(o), PTR2UV(o)); in S_opdump_link() 1113 S_opdump_indent(aTHX_ o, -level-1, bar, file, "%s", OP_NAME(o)); in S_do_op_dump_bar() 3163 Perl_deb(aTHX_ "%s", OP_NAME(o)); in Perl_debop() 3352 OP_NAME(o)); in Perl_op_class()
|
H A D | pp_ctl.c | 1412 context_name[CxTYPE(cx)], OP_NAME(PL_op)); in S_dopoptolabel() 1587 context_name[CxTYPE(cx)], OP_NAME(PL_op)); in S_dopoptoloop() 2726 OP_NAME(PL_op)); in S_unwind_loop() 2752 OP_NAME(PL_op), in S_unwind_loop() 2768 OP_NAME(PL_op), S_defer_blockname(&cxstack[i])); in S_unwind_loop() 3364 OP_NAME(PL_op))); in PP()
|
H A D | op.h | 1043 #define OP_NAME(o) ((o)->op_type == OP_CUSTOM \ macro
|
H A D | doio.c | 2285 if (!IS_SAFE_PATHNAME(s, len, OP_NAME(PL_op))) { in Perl_my_stat_flags() 2356 if (!IS_SAFE_PATHNAME(file, len, OP_NAME(PL_op))) { in Perl_my_lstat_flags()
|
H A D | util.c | 6687 PERL_OP_ENTRY(OP_NAME(op));
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5007003 | 52 OP_NAME # U
|
/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | B.xs | 926 (char *)(ix == 28 ? OP_DESC(o) : OP_NAME(o)), 0));
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 486 av_push(av, newSVpv(OP_NAME(o), 0)); in blockhook_test_eval() 669 sv_catpv(rv, OP_NAME(o)); in test_op_linklist_describe() 2343 av_push(MY_CXT.xop_record, newSVpvf("NAME:%s", OP_NAME((OP*)unop)));
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 463 Amd|const char *|OP_NAME|OP *o
|