Searched defs:NC_ISATTY (Results 1 – 1 of 1) sorted by relevance
2527 #define NC_ISATTY(fd) (0 != _nc_console_isatty(fd)) macro2529 #define NC_ISATTY(fd) _nc_mingw_isatty(fd) macro2531 #define NC_ISATTY(fd) isatty(fd) macro