Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c913 static char *xlp; /* last char visible on screen */ variable
1189 xlp = xcp = xep = buf; in x_emacs()
1356 x_adj_ok = tobool(xcp >= xlp); in x_ins()
1361 cp = xlp; in x_ins()
1365 if (xlp == xep - 1) in x_ins()
1459 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) { in x_delete()
1464 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()
1628 while (*str && str < xlp && x_col < xx_cols && adj == x_adj_done) in x_zots()
2017 xlp = xbp = xep = xbuf; in x_del_line()
2086 if (xbp != xbuf || xep > xlp) in x_redraw()
[all …]