Searched refs:fp_dup (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5007003 | 9 fp_dup # A
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5007003 | 19 fp_dup # A
|
/openbsd/gnu/usr.bin/perl/ |
H A D | sv.c | 13923 parser->rsfp = fp_dup(proto->rsfp, '<', param); 14843 IoIFP(dsv) = fp_dup(IoIFP(ssv), IoTYPE(dsv), param); 14848 IoOFP(dsv) = fp_dup(IoOFP(dsv), IoTYPE(dsv), param);
|
H A D | perlio.c | 600 (void) fp_dup(&(f->next), 0, param); in PerlIO_clone()
|
H A D | embed.h | 2170 # define fp_dup(a,b,c) Perl_fp_dup(aTHX_ a,b,c) macro
|
H A D | embed.fnc | 6180 Cdp |PerlIO *|fp_dup |NULLOK PerlIO * const fp \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 2818 Ap |PerlIO*|fp_dup |NULLOK PerlIO *const fp|const char type|NN CLONE_PARAMS *const param
|