Lines Matching refs:cols
140 static inline int getscreensize(int fd, int *rows, int *cols)147 if (cols)148 *cols = 0;154 if (cols)155 *cols = ws.ws_col;161 if (cols && !*cols) {164 *cols = atoi(str);167 if (!rows || !cols)169 else if (!*rows || !*cols)