Searched refs:PerlLIO_isatty (Results 1 – 5 of 5) sorted by relevance
570 # define isatty PerlLIO_isatty
706 # define PerlLIO_isatty(fd) \ macro761 # define PerlLIO_isatty(fd) isatty((fd)) macro
3697 if (PerlLIO_isatty(fd)) in PP()
4256 if (fd >= 0 && PerlLIO_isatty(fd)) { in PerlIOBuf_pushed()
277 PerlLIO_isatty # Z added by devel/scanprov