Home
last modified time | relevance | path

Searched refs:xbuf_char_data (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/less/
H A Dxbuf.h17 char *xbuf_char_data(struct xbuffer *xbuf);
H A Ddecode.c855 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()
H A Dxbuf.c66 public char * xbuf_char_data(struct xbuffer *xbuf) in xbuf_char_data() function
H A Dfuncs.h383 public char * xbuf_char_data(struct xbuffer *xbuf);
H A Dline.c1008 char *start = (cshift < hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf; in store_ansi()