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

/external/mksh/src/
H A Dedit.c915 static char *xlp; /* last char visible on screen */ variable
1192 xlp = xcp = xep = buf;
1359 x_adj_ok = tobool(xcp >= xlp);
1364 cp = xlp;
1368 if (xlp == xep - 1)
1462 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) {
1467 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' ');
1631 while (*str && str < xlp && x_col < xx_cols && adj == x_adj_done)
2020 xlp = xbp = xep = xbuf;
2089 if (xbp != xbuf || xep > xlp)
[all...]

Completed in 361 milliseconds