Home
last modified time | relevance | path

Searched refs:cUNOP_AUXx (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dop.h459 #define cUNOP_AUXx(o) ((UNOP_AUX*)(o)) macro
472 #define cUNOP_AUX cUNOP_AUXx(PL_op)
485 #define cUNOP_AUXo cUNOP_AUXx(o)
498 #define kUNOP_AUX cUNOP_AUXx(kid)
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()
Dsv.c17139 UNOP_AUX_item *items = cUNOP_AUXx(obase)->op_aux;
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50210075 cUNOP_AUXx # Z added by devel/scanprov
/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()