Home | History | Annotate | Download | only in resize

Lines Matching refs:ws

59 #define TTYSIZE_ROWS(ws) (ws).ws_row
60 #define TTYSIZE_COLS(ws) (ws).ws_col
61 #define SET_TTYSIZE(fd, ws) ioctl((fd), TIOCSWINSZ, &(ws))
81 #define setup_winsize(ws, row, col, xpixel, ypixel) \
82 (void)((ws).ws_row = row, \
83 (ws).ws_col = col, \
84 (ws).ws_xpixel = xpixel, \
85 (ws).ws_ypixel = ypixel)