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

/external/mksh/src/
H A Dedit.c923 static int x_displen; variable
1201 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
1562 if (cp < xbp || cp >= utf_skipcols(xbp, x_displen)) {
2086 x_displen = xx_cols - 2 - x_col;
2817 if ((xbp = xcp - (x_displen / 2)) < xbuf)
3270 if ((i + j) > x_displen)

Completed in 949 milliseconds