Searched refs:xbuf_char_data (Results 1 – 5 of 5) sorted by relevance
17 char *xbuf_char_data(struct xbuffer *xbuf);
857 add_fcmd_table(xbuf_char_data(&tables.cmdtable.buf), tables.cmdtable.buf.end); in lesskey_src()858 add_ecmd_table(xbuf_char_data(&tables.edittable.buf), tables.edittable.buf.end); in lesskey_src()860 xbuf_char_data(&tables.vartable.buf), tables.vartable.buf.end); in lesskey_src()
66 public char * xbuf_char_data(struct xbuffer *xbuf) in xbuf_char_data() function
385 public char * xbuf_char_data(struct xbuffer *xbuf);
1010 … char *start = (cshift < hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf; in store_ansi()