Searched refs:newDEFSVOP (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5021006 | 5 newDEFSVOP # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5021006 | 73 newDEFSVOP # U
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | op.c | 9219 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 …]
|
| D | embed.h | 395 # define newDEFSVOP() Perl_newDEFSVOP(aTHX) macro
|
| D | embed.fnc | 2155 ARdp |OP * |newDEFSVOP
|
| D | MANIFEST | 5162 ext/XS-APItest/t/newDEFSVOP.t XS::APItest: test newDEFSVOP
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 1216 return newDEFSVOP(); in THX_parse_keyword_DEFSV()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5220delta.pod | 2743 The C<newDEFSVOP()>, C<block_start()>, C<block_end()> and C<intro_my()>
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 1505 ApdR |OP* |newDEFSVOP
|