Home
last modified time | relevance | path

Searched refs:set_window_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.h59 extern void set_window_size(int /* fd */, NCURSES_INT2 * /* high */, NCURSES_INT2 * /* wide */);
H A Dtput.c184 set_window_size(fd, &my_rows, &my_cols); in tput_cmd()
H A Dreset_cmd.c680 set_window_size(int fd, NCURSES_INT2 *high, NCURSES_INT2 *wide) in set_window_size() function
H A Dtset.c874 set_window_size(my_fd, &my_rows, &my_cols); in main()