Searched refs:my_cols (Results 1 – 2 of 2) sorted by relevance
183 NCURSES_INT2 my_cols = columns; in tput_cmd() local184 set_window_size(fd, &my_rows, &my_cols); in tput_cmd()186 columns = my_cols; in tput_cmd()
873 NCURSES_INT2 my_cols = columns; in main() local874 set_window_size(my_fd, &my_rows, &my_cols); in main()876 columns = my_cols; in main()