Searched refs:WINSIZE_COLS (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dttysize.c58 # define WINSIZE_COLS(n) (int)n.ts_cols macro
63 # define WINSIZE_COLS(n) (int)n.ws_col macro
78 *wide = WINSIZE_COLS(size);
/freebsd-13-stable/contrib/ncurses/progs/
H A Dreset_cmd.c67 # define WINSIZE_COLS(n) n.ts_cols macro
74 # define WINSIZE_COLS(n) n.ws_col
623 WINSIZE_COLS(win) == 0) {
626 WINSIZE_COLS(win) = (unsigned short) *wide;
630 WINSIZE_COLS(win) > 0) {
632 *wide = (short) WINSIZE_COLS(win);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c88 # define WINSIZE_COLS(n) (int)n.ts_cols macro
94 # define WINSIZE_COLS(n) (int)n.ws_col
345 *colp = WINSIZE_COLS(size);
H A Dtinfo_driver.c65 # define WINSIZE_COLS(n) (int)n.ts_cols macro
71 # define WINSIZE_COLS(n) (int)n.ws_col
464 *colp = WINSIZE_COLS(size);

Completed in 75 milliseconds