Searched refs:x_bufp (Results 1 – 3 of 3) sorted by relevance
63 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()
71 #define x_bufp x_un.x_b.X_bufp macro
113 cx.x_bufp = cx.x_buf = buf; in cx_beginbuf()