Home
last modified time | relevance | path

Searched refs:UNOP_AUX_item (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dclass.c50 UNOP_AUX_item *aux = cUNOP_AUX->op_aux; in PP()
283 UNOP_AUX_item *aux = cUNOP_AUX->op_aux; in PP()
778 UNOP_AUX_item *aux; in Perl_class_seal_stash()
779 aux = (UNOP_AUX_item *)PerlMemShared_malloc( in Perl_class_seal_stash()
780 sizeof(UNOP_AUX_item) * 2); in Perl_class_seal_stash()
888 UNOP_AUX_item *aux = NULL; in Perl_class_wrap_method_body()
891 aux = (UNOP_AUX_item *)PerlMemShared_malloc( in Perl_class_wrap_method_body()
892 sizeof(UNOP_AUX_item) in Perl_class_wrap_method_body()
896 UNOP_AUX_item *ap = aux; in Perl_class_wrap_method_body()
996 UNOP_AUX_item *aux; in apply_field_attribute_reader()
[all …]
Dpeep.c244 UNOP_AUX_item *aux; in S_maybe_multiconcat()
245 UNOP_AUX_item *lenp; in S_maybe_multiconcat()
681 aux = (UNOP_AUX_item*)PerlMemShared_malloc( in S_maybe_multiconcat()
682 sizeof(UNOP_AUX_item) in S_maybe_multiconcat()
873 UNOP_AUX_item *lens = aux + PERL_MULTICONCAT_IX_LENGTHS; in S_maybe_multiconcat()
874 UNOP_AUX_item *ulens = lens + (nargs + 1); in S_maybe_multiconcat()
1918 UNOP_AUX_item *arg_buf = NULL; in S_maybe_multideref()
1946 UNOP_AUX_item *action_ptr = arg_buf; in S_maybe_multideref()
2542 arg_buf = (UNOP_AUX_item*)PerlMemShared_malloc( in S_maybe_multideref()
2543 sizeof(UNOP_AUX_item) * (size + 1)); in S_maybe_multideref()
Dop.h208 } UNOP_AUX_item; typedef
231 UNOP_AUX_item *op_aux;
Ddump.c1282 UNOP_AUX_item *items = cUNOP_AUXo->op_aux; in S_do_op_dump_bar()
2976 UNOP_AUX_item *items = cUNOP_AUXo->op_aux; in Perl_multideref_stringify()
3120 UNOP_AUX_item *aux = cUNOP_AUXo->op_aux; in Perl_multiconcat_stringify()
3121 UNOP_AUX_item *lens; in Perl_multiconcat_stringify()
Dintrpvar.h71 PERLVAR(I, multideref_pc, UNOP_AUX_item *)
Dpp_hot.c693 UNOP_AUX_item *aux; /* PL_op->op_aux buffer */ in PP()
694 UNOP_AUX_item *const_lens; /* the segment length array part of aux */ in PP()
1062 UNOP_AUX_item *lens = const_lens; in PP()
1242 UNOP_AUX_item *lens = aux + PERL_MULTICONCAT_IX_LENGTHS; in PP()
4462 UNOP_AUX_item *items = cUNOP_AUXx(PL_op)->op_aux; in PP()
Dperly.y997 (UNOP_AUX_item *)aux);
Dop.c1211 UNOP_AUX_item *aux = cUNOP_AUXo->op_aux; in Perl_op_clear()
1227 UNOP_AUX_item *items = cUNOP_AUXo->op_aux; in Perl_op_clear()
1335 UNOP_AUX_item *aux = cUNOP_AUXo->op_aux; in Perl_op_clear()
1343 UNOP_AUX_item *aux = cUNOP_AUXo->op_aux; in Perl_op_clear()
5850 Perl_newUNOP_AUX(pTHX_ I32 type, I32 flags, OP *first, UNOP_AUX_item *aux) in Perl_newUNOP_AUX()
Dperly.act1131 (UNOP_AUX_item *)aux);
Dsv.c17139 UNOP_AUX_item *items = cUNOP_AUXx(obase)->op_aux;
17140 UNOP_AUX_item *last = NULL;
Dtoke.c10047 INT2PTR(UNOP_AUX_item *, in S_pending_ident()
Dproto.h3093 Perl_newUNOP_AUX(pTHX_ I32 type, I32 flags, OP *first, UNOP_AUX_item *aux)
Dembed.fnc2299 |NULLOK UNOP_AUX_item *aux
/openbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs1150 # op_aux pointer that points to an array of UNOP_AUX_item unions.
1210 UNOP_AUX_item *aux;
1242 UNOP_AUX_item *lens;
1297 UNOP_AUX_item *items = cUNOP_AUXo->op_aux;
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1526 |NULLOK UNOP_AUX_item *aux