Searched refs:FILE_ptr (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dstr.c286 ptr = (STDCHAR*)FILE_ptr(fp);
300 FILE_ptr(fp) = (void*)ptr; /* LHS STDCHAR* cast non-portable */
303 ptr = (STDCHAR*)FILE_ptr(fp); /* reregisterize cnt and ptr */
320 FILE_ptr(fp) = (void*)ptr; /* LHS STDCHAR* cast non-portable */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h1139 * for a file handle. If this is defined, then the FILE_ptr(fp)
1143 /* FILE_ptr:
1149 * This symbol is defined if the FILE_ptr macro can be used as an
1162 * This symbol is defined if using the FILE_ptr macro as an lvalue
1167 * This symbol is defined if using the FILE_ptr macro as an lvalue
1172 #define FILE_ptr(fp) ((fp)->_IO_read_ptr) macro
H A Diperlsys.h305 #define PerlSIO_get_ptr(f) FILE_ptr(f)
338 #define PerlSIO_set_ptr(f,p) FILE_ptr(f) = (p)
H A Dpp_sys.c3280 # define FILE_ptr(f) ((f)->_ptr) macro

Completed in 48 milliseconds