Searched refs:FILE_cnt (Results 1 – 5 of 5) sorted by relevance
280 cnt = FILE_cnt(fp); /* get count into register */ in str_gets()299 FILE_cnt(fp) = cnt; /* deregisterize cnt and ptr */ in str_gets()302 cnt = FILE_cnt(fp); in str_gets()319 FILE_cnt(fp) = cnt; /* put these back or we're in trouble */ in str_gets()
1174 #define FILE_cnt(fp) ((fp)->_IO_read_end - (fp)->_IO_read_ptr) macro
304 #define PerlSIO_get_cnt(f) FILE_cnt(f)333 #define PerlSIO_set_cnt(f,c) FILE_cnt(f) = (c)
3281 # define FILE_cnt(f) ((f)->_cnt) macro
1920 FILE_cnt macro can be used as an lvalue.4389 be used to define the macro FILE_cnt(fp).