Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dedit.c938 static char *xbp; /* start of visible portion of input buffer */ variable
1269 xbp = xbuf = buf; in x_emacs()
1544 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()
1636 if (cp < xbp || cp >= utf_skipcols(xbp, x_displen, NULL)) { in x_goto()
1893 xbp = xbuf; in x_load_hist()
2082 xlp = xbp = xep = xbuf; in x_del_line()
2171 if (xbp == xbuf) in x_redraw()
2176 x_zots(xbp); in x_redraw()
2178 lch = xep > xlp ? (xbp > xbu in x_redraw()
[all...]

Completed in 4 milliseconds