Lines Matching defs:xx_cols
97 static int xx_cols;
339 xx_cols = x_cols;
348 x_displen = xx_cols - 2 - x_col;
1078 x_displen = xx_cols - 2 - x_col;
1083 limit = xx_cols;
1091 for (j = 0; j < i && x_col < (xx_cols - 2); j++)
1838 * we had a problem if the prompt length > xx_cols / 2
1843 x_redraw(xx_cols);
1882 if (x_col < xx_cols)
1900 if (x_adj_ok && (x_col < 0 || x_col >= (xx_cols - 2)))
1914 x_col, xx_cols, x_displen);