HomeSort by relevance Sort by last modified time
    Searched full:xx_cols (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
edit.c 62 static int xx_cols; /* for Emacs mode */ variable
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)
    [all...]

Completed in 437 milliseconds