Home
last modified time | relevance | path

Searched refs:op_aux (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs1150 # op_aux pointer that points to an array of UNOP_AUX_item unions.
1154 # return a string representation of op_aux where possible The op's CV is
1213 aux = cUNOP_AUXo->op_aux;
1297 UNOP_AUX_item *items = cUNOP_AUXo->op_aux;
/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()
Ddump.c1282 UNOP_AUX_item *items = cUNOP_AUXo->op_aux; in S_do_op_dump_bar()
1295 (IV)cUNOP_AUXo->op_aux[PERL_MULTICONCAT_IX_NARGS].ssize); 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()
Dpeep.c426 == STRUCT_OFFSET(UNOP_AUX, op_aux)); in S_maybe_multiconcat()
428 == STRUCT_OFFSET(UNOP_AUX, op_aux)); in S_maybe_multiconcat()
999 cUNOP_AUXo->op_aux = aux; in S_maybe_multiconcat()
Dop.h231 UNOP_AUX_item *op_aux; member
Dop.c1206 PerlMemShared_free(cUNOP_AUXo->op_aux); in Perl_op_clear()
1211 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()
1329 PerlMemShared_free(cUNOP_AUXo->op_aux - 1); 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()
5863 unop->op_aux = aux; in Perl_newUNOP_AUX()
Dpp_hot.c716 aux = cUNOP_AUXx(PL_op)->op_aux; in PP()
4462 UNOP_AUX_item *items = cUNOP_AUXx(PL_op)->op_aux; in PP()
Dpp.c7597 IV ix = PTR2IV(cUNOP_AUXo->op_aux);
7793 struct op_argcheck_aux *aux = (struct op_argcheck_aux *)cUNOP_AUXo->op_aux; in PP()
Dsv.c17139 UNOP_AUX_item *items = cUNOP_AUXx(obase)->op_aux;
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs1188 (struct op_argcheck_aux*)(cUNOP_AUXx(kid)->op_aux); in THX_parse_keyword_subsignature()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5220delta.pod2921 C<UNOP> with an C<op_aux> field added, which points to an array of unions