Searched refs:xbuf_char_data (Results 1 – 5 of 5) sorted by relevance
17 char *xbuf_char_data(struct xbuffer *xbuf);
855 add_fcmd_table(xbuf_char_data(&tables.cmdtable.buf), tables.cmdtable.buf.end); in lesskey_src()856 add_ecmd_table(xbuf_char_data(&tables.edittable.buf), tables.edittable.buf.end); in lesskey_src()858 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
383 public char * xbuf_char_data(struct xbuffer *xbuf);
1008 char *start = (cshift < hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf; in store_ansi()