Home
last modified time | relevance | path

Searched refs:xxbufp (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/window/
Dxx.c63 xxbufp = xxbuf; in xxinit()
93 xxbufp = xxbuf; in xxreset1()
117 if (xxbufp > xxbufe) in xxalloc()
245 if (xxbufp + n + 1 > xxbufe)
253 xp->buf = xxbufp;
254 memmove(xxbufp, p, n);
255 xxbufp += n;
256 *xxbufp++ = char_sep;
Dxx.h54 char *xxbuf, *xxbufp, *xxbufe; variable
Dxxflush.c97 xxbufp = xxbuf;