Lines Matching defs:xlp
939 static char *xlp; /* last char visible on screen */
1271 xlp = xcp = xep = buf;
1442 x_adj_ok = tobool(xcp >= xlp);
1539 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) {
1544 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' ');
1696 while (*str && str < xlp && x_col < xx_cols && adj == x_adj_done)
2082 xlp = xbp = xep = xbuf;
2178 lch = xep > xlp ? (xbp > xbuf ? '*' : '>') : (xbp > xbuf) ? '<' : ' ';
2360 xlp = xep = xcp = xbp = xbuf;
3364 xlp = xbp;
3365 while (xlp < xep) {
3366 j = x_size2(xlp, &xlp2);
3370 xlp = xlp2;
3374 return (xlp);