Home
last modified time | relevance | path

Searched refs:newPVOP (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007350 newPVOP # T
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5003007948 newPVOP # T
/openbsd/src/gnu/usr.bin/perl/
Dembed.h420 # define newPVOP(a,b,c) Perl_newPVOP(aTHX_ a,b,c) macro
Dtoke.c10999 o = newPVOP(nondestruct ? OP_TRANSR : OP_TRANS, 0, (char*)NULL); in S_scan_trans()
Dop.c9651 o = newPVOP(type, in Perl_newLOOPEX()
Dembed.fnc2224 ARdp |OP * |newPVOP |I32 type \
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs4737 o = newPVOP(OP_CUSTOM, 0, NULL); in test_newOP_CUSTOM()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1499 ApdR |OP* |newPVOP |I32 type|I32 flags|NULLOK char* pv