Searched refs:my_rows (Results 1 – 2 of 2) sorted by relevance
182 NCURSES_INT2 my_rows = lines; in tput_cmd() local184 set_window_size(fd, &my_rows, &my_cols); in tput_cmd()185 lines = (short) my_rows; in tput_cmd()
872 NCURSES_INT2 my_rows = lines; in main() local874 set_window_size(my_fd, &my_rows, &my_cols); in main()875 lines = (short) my_rows; in main()