Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Dtput.c183 NCURSES_INT2 my_cols = columns; in tput_cmd() local
184 set_window_size(fd, &my_rows, &my_cols); in tput_cmd()
186 columns = my_cols; in tput_cmd()
H A Dtset.c873 NCURSES_INT2 my_cols = columns; in main() local
874 set_window_size(my_fd, &my_rows, &my_cols); in main()
876 columns = my_cols; in main()