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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dstr.c280 cnt = FILE_cnt(fp); /* get count into register */
299 FILE_cnt(fp) = cnt; /* deregisterize cnt and ptr */
302 cnt = FILE_cnt(fp);
319 FILE_cnt(fp) = cnt; /* put these back or we're in trouble */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h1140 * and FILE_cnt(fp) macros will also be defined and should be used
1152 /* FILE_cnt:
1158 * This symbol is defined if the FILE_cnt macro can be used as an
1174 #define FILE_cnt(fp) ((fp)->_IO_read_end - (fp)->_IO_read_ptr) macro
H A Diperlsys.h304 #define PerlSIO_get_cnt(f) FILE_cnt(f)
333 #define PerlSIO_set_cnt(f,c) FILE_cnt(f) = (c)
H A Dpp_sys.c3281 # define FILE_cnt(f) ((f)->_cnt) macro

Completed in 47 milliseconds