Searched refs:_nc_console_fd2handle (Results 1 – 4 of 4) sorted by relevance
51 extern NCURSES_EXPORT(void*) _nc_console_fd2handle(int fd);
170 print "#define GET_TTY(fd, buf) _nc_console_getmode(_nc_console_fd2handle(fd),buf)"171 print "#define SET_TTY(fd, buf) _nc_console_setmode(_nc_console_fd2handle(fd),buf)"
160 _nc_console_flush(_nc_console_fd2handle(fd)); in flush_input()
216 _nc_console_fd2handle(int fd) in _nc_console_fd2handle() function