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

/external/valgrind/main/coregrind/
H A Dpub_core_debuginfo.h109 struct { Addr xip; Addr xsp; Addr xbp; } member in struct:__anon14977
/external/mksh/src/
H A Dedit.c913 static char *xbp; /* start of visible portion of input buffer */ variable
1196 xbp = xbuf = buf; xend = buf + len;
1470 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' ');
1569 if (cp < xbp || cp >= utf_skipcols(xbp, x_displen)) {
1840 xbp = xbuf;
2031 xlp = xbp = xep = xbuf;
2092 if (xbp == xbuf) {
2107 x_zots(xbp);
2108 if (xbp !
[all...]

Completed in 127 milliseconds