HomeSort by: relevance | last modified time | path
    Searched defs:xx_cols (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
emacs.c 97 static int xx_cols; variable in typeref:typename:int
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))
    [all...]
emacs.c 97 static int xx_cols; variable in typeref:typename:int
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))
    [all...]

Completed in 203 milliseconds