Searched refs:xx_cols (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dedit.c67 static int xx_cols; /* for Emacs mode */ variable
148 if (x_cols != xx_cols && editmode == 1) {
150 xx_cols = x_cols;
1201 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
1369 x_redraw(xx_cols);
1462 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) {
1466 if (x_col == xx_cols - 2) {
1631 while (*str && str < xlp && x_col < xx_cols && adj == x_adj_done)
2086 x_displen = xx_cols - 2 - x_col;
2090 limit = xx_cols;
[all...]

Completed in 992 milliseconds