Home
last modified time | relevance | path

Searched refs:newDEFSVOP (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D50210065 newDEFSVOP # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502100673 newDEFSVOP # U
/openbsd/src/gnu/usr.bin/perl/
Dop.c9219 newASSIGNOP(0, newDEFSVOP(), 0, expr) ); in Perl_newLOOPOP()
9315 newASSIGNOP(0, newDEFSVOP(), 0, expr) ); in Perl_newWHILEOP()
9894 newDEFSVOP(), in Perl_newWHENOP()
12128 newop = newUNOP(OP_BACKTICK, 0, newDEFSVOP()); in Perl_ck_backtick()
12454 return newUNOP(OP_ENTEREVAL, priv <<8, newDEFSVOP()); in Perl_ck_eval()
12762 o = newUNOP(type, 0, newDEFSVOP()); in Perl_ck_ftst()
12808 kid = newDEFSVOP(); in Perl_ck_fun()
13019 return newUNOP(type, 0, newDEFSVOP()); in Perl_ck_fun()
13040 op_append_elem(OP_GLOB, o, newDEFSVOP()); /* glob() => glob($_) */ in Perl_ck_glob()
13255 op_append_elem(o->op_type, o, newDEFSVOP()); in Perl_ck_listiob()
[all …]
Dembed.h395 # define newDEFSVOP() Perl_newDEFSVOP(aTHX) macro
Dembed.fnc2155 ARdp |OP * |newDEFSVOP
DMANIFEST5162 ext/XS-APItest/t/newDEFSVOP.t XS::APItest: test newDEFSVOP
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs1216 return newDEFSVOP(); in THX_parse_keyword_DEFSV()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5220delta.pod2743 The C<newDEFSVOP()>, C<block_start()>, C<block_end()> and C<intro_my()>
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1505 ApdR |OP* |newDEFSVOP