Home
last modified time | relevance | path

Searched refs:ts_cols (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/dialog/
H A Dttysize.c58 # define WINSIZE_COLS(n) (int)n.ts_cols
H A Daclocal.m45021 int x = win.ts_cols = 1;
/freebsd/crypto/heimdal/lib/roken/
H A Dget_window_size.c87 *columns = ts.ts_cols; in get_window_size()
/freebsd/include/rpcsvc/
H A Drex.x167 int ts_cols; member
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c67 # define WINSIZE_COLS(n) n.ts_cols
/freebsd/contrib/tcsh/
H A Ded.screen.c1548 if (ts.ts_cols) in GetSize()
1549 *cols = ts.ts_cols; in GetSize()
/freebsd/contrib/libedit/
H A Dterminal.c947 if (ts.ts_cols) in terminal_get_size()
948 *cols = ts.ts_cols; in terminal_get_size()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c88 # define WINSIZE_COLS(n) (int)n.ts_cols
H A Dtinfo_driver.c65 # define WINSIZE_COLS(n) (int)n.ts_cols
/freebsd/contrib/ncurses/
H A Daclocal.m48345 int x = win.ts_cols = 1;
/freebsd/contrib/sqlite3/
H A Dshell.c25471 return ts.ts_cols; in shellScreenWidth()