Home
last modified time | relevance | path

Searched refs:_nc_mingw_isatty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2510 extern NCURSES_EXPORT(int) _nc_mingw_isatty(int fd);
2529 #define NC_ISATTY(fd) _nc_mingw_isatty(fd)
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1966 _nc_mingw_isatty(int fd) in _nc_mingw_isatty() function
/freebsd/contrib/ncurses/
H A DNEWS4370 + add _nc_mingw_isatty() and related functions to windows-driver