Searched defs:pushop (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/ | ||
H A D | APItest.xs | 566 OP *pushop = cUNOPx(entersubop)->op_first; THX_ck_entersub_multi_sum() local |
/openbsd-src/gnu/usr.bin/perl/ | ||
H A D | universal.c | 1340 OP *pushop, *argop; optimize_out_native_convert_function() local |
H A D | op.c | 5601 OP* const pushop = type == OP_LIST ? newOP(OP_PUSHMARK, 0) : NULL; Perl_newLISTOP() local |