Searched refs:set_window_size (Results 1 – 4 of 4) sorted by relevance
59 extern void set_window_size(int /* fd */, NCURSES_INT2 * /* high */, NCURSES_INT2 * /* wide */);
184 set_window_size(fd, &my_rows, &my_cols); in tput_cmd()
680 set_window_size(int fd, NCURSES_INT2 *high, NCURSES_INT2 *wide) in set_window_size() function
874 set_window_size(my_fd, &my_rows, &my_cols); in main()