Home
last modified time | relevance | path

Searched refs:OP_NAME (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dscm-exp.c464 write_exp_elt_opcode (OP_NAME); in scm_lreadr()
466 write_exp_elt_opcode (OP_NAME); in scm_lreadr()
H A Dexpression.h319 OP_NAME, enumerator
H A Dscm-lang.c211 case OP_NAME: in evaluate_subexp_scm()
H A Dexpprint.c167 case OP_NAME: in print_subexp_standard()
1041 case OP_NAME: in dump_subexp_body_standard()
H A Dparse.c917 case OP_NAME: in operator_length_standard()
H A DChangeLog-19951180 * 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 D500700318 OP_NAME # U
/openbsd/gnu/usr.bin/perl/
H A Ddeb.c347 retop ? OP_NAME(retop) : "(null)" in Perl_deb_stack_all()
H A Dpp_sys.c2430 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 Ddump.c720 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 Dpp_ctl.c1412 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 Dop.h1043 #define OP_NAME(o) ((o)->op_type == OP_CUSTOM \ macro
H A Ddoio.c2285 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 Dutil.c6687 PERL_OP_ENTRY(OP_NAME(op));
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500700352 OP_NAME # U
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs926 (char *)(ix == 28 ? OP_DESC(o) : OP_NAME(o)), 0));
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs486 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 Dapidoc.fnc463 Amd|const char *|OP_NAME|OP *o