Lines Matching refs:xbp
938 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 > xbuf ? '*' : '>') : (xbp > xbuf) ? '<' : ' '; in x_redraw()
2360 xlp = xep = xcp = xbp = xbuf; in x_intr()
2920 if ((xbp = xcp - (x_displen / 2)) < xbuf) in x_adjust()
2921 xbp = xbuf; in x_adjust()
2927 xbp = xcp >= xep ? xep : x_bs0(xcp, xbuf); in x_adjust()
2929 while (xbp > xbuf && col_left > 0) { in x_adjust()
2930 xbp = x_bs0(xbp - 1, xbuf); in x_adjust()
2931 col_left -= (n = x_size2(xbp, NULL)); in x_adjust()
2934 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) { in x_adjust()
2936 xbp += utf_ptradj(xbp); in x_adjust()
3123 xcp = xbp = xbuf; in x_comment()
3135 char *o_xbp = xbp, *o_xep = xep, *o_xcp = xcp; in x_version()
3140 xbuf = xbp = xcp = v; in x_version()
3148 xbp = o_xbp; in x_version()
3364 xlp = xbp; in x_lastcp()