Searched defs:PerlIO_set_ptrcnt (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsdio.h115 #define PerlIO_set_ptrcnt(f,p,c) STMT_START {PerlSIO_set_ptr(f,p), PerlIO_set_cnt(f,c);} STMT_END macro
119 #define PerlIO_set_ptrcnt(f,p,c) STMT_START {PerlSIO_set_ptr(f,p); assert(PerlSIO_get_cnt(f) == (c));} STMT_END macro
122 #define PerlIO_set_ptrcnt(f,p,c) abort() macro
134 #define PerlIO_set_ptrcnt(f,p,c) abort() macro
H A Dperlsfio.h78 #define PerlIO_set_ptrcnt(f,p,c) STMT_START {(f)->next = (unsigned char *)(p); assert(PerlIO_get_cnt(f) == (c));} STMT_END macro
H A Dembed.h2093 #define PerlIO_set_ptrcnt Perl_PerlIO_set_ptrcnt macro
4610 #define PerlIO_set_ptrcnt(a,b,c) Perl_PerlIO_set_ptrcnt(aTHX_ a,b,c) macro

Completed in 37 milliseconds