Searched refs:PerlSIO_get_cnt (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Diperlsys.h223 # define PerlSIO_get_cnt(f) \ macro
307 # define PerlSIO_get_cnt(f) FILE_cnt(f) macro
310 # define PerlSIO_get_cnt(f) 0 macro
H A Dperlio.c3562 return PerlSIO_get_cnt(stdio);
3587 assert(PerlSIO_get_cnt(stdio) == (cnt));
3606 PerlSIO_get_ptr(stdio) + (PerlSIO_get_cnt(stdio) -
3652 SSize_t cnt = PerlSIO_get_cnt(stdio);

Completed in 424 milliseconds