Searched refs:mch_isatty (Results 1 – 6 of 6) sorted by relevance
4 int mch_isatty(int fd);
453 mch_isatty(int fd) in mch_isatty() function
1122 if (mch_isatty(fd)) in get_tty_part()2593 if (mch_isatty(tty_fd)) in terminal_loop()7383 if (mch_isatty(fd)) in term_report_winsize()
1424 if (mch_isatty(in)) in channel_set_pipes()
3498 if (mch_isatty(fd) > 1) in get_tty_fd()
30936 Solution: Add mch_isatty() with extra handling for SunOS. (Ozaki Kiichi,