Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
HDscanner.c63 if (*cx.x_bufp != 0) in s_getc()
64 return *cx.x_bufp++ & 0xff; in s_getc()
82 if (cx.x_bufp > cx.x_buf) in s_ungetc()
83 return *--cx.x_bufp = c; in s_ungetc()
HDcontext.h71 #define x_bufp x_un.x_b.X_bufp macro
HDcontext.c113 cx.x_bufp = cx.x_buf = buf; in cx_beginbuf()