Home | History | Annotate | Download | only in src

Lines Matching full:xx_cols

62 static int xx_cols;			/* for Emacs mode */
160 if (x_cols != xx_cols && editmode == 1) {
162 xx_cols = x_cols;
1084 if (x_col >= xx_cols)
1085 x_col %= xx_cols;
1086 x_displen = xx_cols - 2 - x_col;
1092 x_displen = xx_cols - 2;
1113 xx_cols = x_cols;
1275 x_redraw(xx_cols);
1366 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) {
1370 if (x_col == xx_cols - 2) {
1986 if (x_col >= xx_cols)
1987 x_trunc = (x_col / xx_cols) * xx_cols;
1991 if (x_col >= xx_cols)
1992 x_col %= xx_cols;
1993 x_displen = xx_cols - 2 - x_col;
1996 x_displen = xx_cols - 2;
2002 limit = xx_cols;
2015 while ((j < i) || (x_col < (xx_cols - 2))) {
2016 if (!(x_col < (xx_cols - 2)))
2694 * we had a problem if the prompt length > xx_cols / 2
2702 x_redraw(xx_cols);
2741 if (x_col < xx_cols) {
2771 if (x_adj_ok && (x_col < 0 || x_col >= (xx_cols - 2)))
2782 if (x_col < xx_cols) {
2807 if (x_adj_ok && (x_col < 0 || x_col >= (xx_cols - 2)))