Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dedit.c939 static char *xlp; /* last char visible on screen */ variable
1271 xlp = xcp = xep = buf; in x_emacs()
1442 x_adj_ok = tobool(xcp >= xlp); in x_ins()
1539 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) { in x_delete()
1544 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()
1696 while (*str && str < xlp && x_col < xx_cols && adj == x_adj_done) in x_zots()
2082 xlp = xbp = xep = xbuf; in x_del_line()
2178 lch = xep > xlp ? (xbp > xbuf ? '*' : '>') : (xbp > xbuf) ? '<' : ' '; in x_redraw()
2360 xlp = xep = xcp = xbp = xbuf; in x_intr()
3364 xlp in x_lastcp()
[all...]

Completed in 5 milliseconds