Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/less/dist/
Dxbuf.h17 char *xbuf_char_data(struct xbuffer *xbuf);
Ddecode.c857 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()
Dxbuf.c66 public char * xbuf_char_data(struct xbuffer *xbuf) in xbuf_char_data() function
Dfuncs.h385 public char * xbuf_char_data(struct xbuffer *xbuf);
Dline.c1010 … char *start = (cshift < hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf; in store_ansi()