Searched refs:xbuf_char_data (Results 1 – 5 of 5) sorted by relevance
348 fputbytes(out, xbuf_char_data(&tables.cmdtable.buf), tables.cmdtable.buf.end); in main()352 fputbytes(out, xbuf_char_data(&tables.edittable.buf), tables.edittable.buf.end); in main()357 fputbytes(out, xbuf_char_data(&tables.vartable.buf), tables.vartable.buf.end); in main()
31 constant char *xbuf_char_data(constant struct xbuffer *xbuf);
108 public constant char * xbuf_char_data(constant struct xbuffer *xbuf) in xbuf_char_data() function
456 public constant char * xbuf_char_data(constant struct xbuffer *xbuf);
1220 constant char *start = (cshift < hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf; in store_ansi()