Lines Matching refs:xlp
939 static char *xlp; /* last char visible on screen */
1243 xlp = xcp = xep = buf;
1410 x_adj_ok = tobool(xcp >= xlp);
1507 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) {
1512 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' ');
1664 while (*str && str < xlp && x_col < xx_cols && adj == x_adj_done)
2047 xlp = xbp = xep = xbuf;
2143 lch = xep > xlp ? (xbp > xbuf ? '*' : '>') : (xbp > xbuf) ? '<' : ' ';
2320 xlp = xep = xcp = xbp = xbuf;
3280 xlp = xbp;
3281 while (xlp < xep) {
3282 j = x_size2(xlp, &xlp2);
3286 xlp = xlp2;
3290 return (xlp);