Home
last modified time | relevance | path

Searched refs:ws_col (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A D_winsize.h44 unsigned short ws_col; /* columns, in characters */ member
/f-stack/app/redis-5.0.5/src/
H A Dmemtest.c68 for (j = 0; j < ws.ws_col*(ws.ws_row-2); j++) printf("."); in memtest_progress_start()
74 progress_full = ws.ws_col*(ws.ws_row-3); in memtest_progress_start()
351 ws.ws_col = 80; in memtest()
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c289 if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0) { in getColumns()
312 return ws.ws_col; in getColumns()
/f-stack/freebsd/kern/
H A Dsubr_terminal.c264 r.tr_end.tp_col = size->ws_col; in terminal_set_winsize_blank()
H A Dtty.c2382 tp->t_winsize.ws_row, tp->t_winsize.ws_col, in DB_SHOW_COMMAND()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4800 columns = ws.ws_col; in get_columns()