Searched refs:_nc_console_getmode (Results 1 – 4 of 4) sorted by relevance
53 extern NCURSES_EXPORT(int) _nc_console_getmode(void* handle, struct winconmode* arg);
170 print "#define GET_TTY(fd, buf) _nc_console_getmode(_nc_console_fd2handle(fd),buf)"
302 _nc_console_getmode(HANDLE hdl, TTY * arg) in _nc_console_getmode() function
747 _nc_console_getmode(WINCONSOLE.hdl, &(TCB->term.Nttyb)); in wcon_sgmode()