Home
last modified time | relevance | path

Searched refs:my_rows (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dtput.c182 NCURSES_INT2 my_rows = lines; in tput_cmd() local
184 set_window_size(fd, &my_rows, &my_cols); in tput_cmd()
185 lines = (short) my_rows; in tput_cmd()
H A Dtset.c872 NCURSES_INT2 my_rows = lines; in main() local
874 set_window_size(my_fd, &my_rows, &my_cols); in main()
875 lines = (short) my_rows; in main()