HomeSort by relevance Sort by last modified time
    Searched defs:xbp (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/
pub_core_debuginfo.h 103 struct { Addr xip; Addr xsp; Addr xbp; } member in struct:__anon15345
  /external/mksh/src/
edit.c 844 static char *xbp; /* start of visible portion of input buffer */ variable
1121 xbp = xbuf = buf; xend = buf + len;
1392 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' ');
    [all...]

Completed in 74 milliseconds