Lines Matching refs:xbp
912 static char *xbp; /* start of visible portion of input buffer */ variable
1187 xbp = xbuf = buf; in x_emacs()
1464 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()
1559 if (cp < xbp || cp >= utf_skipcols(xbp, x_displen)) { in x_goto()
1826 xbp = xbuf; in x_load_hist()
2017 xlp = xbp = xep = xbuf; in x_del_line()
2078 if (xbp == xbuf) { in x_redraw()
2085 x_zots(xbp); in x_redraw()
2086 if (xbp != xbuf || xep > xlp) in x_redraw()
2093 char *cpl = xbp; in x_redraw()
2110 if (xbp > xbuf) in x_redraw()
2114 } else if (xbp > xbuf) in x_redraw()
2294 xlp = xep = xcp = xbp = xbuf; in x_abort()
2811 if ((xbp = xcp - (x_displen / 2)) < xbuf) in x_adjust()
2812 xbp = xbuf; in x_adjust()
2818 xbp = xcp >= xep ? xep : x_bs0(xcp, xbuf); in x_adjust()
2820 while (xbp > xbuf && col_left > 0) { in x_adjust()
2821 xbp = x_bs0(xbp - 1, xbuf); in x_adjust()
2822 col_left -= (n = x_size2(xbp, NULL)); in x_adjust()
2825 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) { in x_adjust()
2827 xbp += utf_ptradj(xbp); in x_adjust()
3003 xcp = xbp = xbuf; in x_comment()
3015 char *o_xbp = xbp, *o_xep = xep, *o_xcp = xcp; in x_version()
3016 int lim = x_lastcp() - xbp; in x_version()
3022 xbuf = xbp = xcp = v; in x_version()
3030 xbp = o_xbp; in x_version()
3261 xlp = xbp; in x_lastcp()