Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c914 static char *xlp; /* last char visible on screen */ variable
1197 xlp = xcp = xep = buf; in x_emacs()
1362 x_adj_ok = tobool(xcp >= xlp); in x_ins()
1367 cp = xlp; in x_ins()
1371 if (xlp == xep - 1) in x_ins()
1465 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) { in x_delete()
1470 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()
1632 while (*str && str < xlp && adj == x_adj_done) in x_zots()
2031 xlp = xbp = xep = xbuf; in x_del_line()
2108 if (xbp != xbuf || xep > xlp) in x_redraw()
[all …]