OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xbuf_add_byte
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/less/dist/
xbuf.h
14
void
xbuf_add_byte
(struct xbuffer *xbuf, unsigned char b);
xbuf.c
28
public void
xbuf_add_byte
(struct xbuffer *xbuf, unsigned char b)
function
50
xbuf_add_byte
(xbuf, data[i]);
line.c
406
xbuf_add_byte
(&shifted_ansi, (unsigned char) linebuf.buf[i]);
789
xbuf_add_byte
(&shifted_ansi, (unsigned char) ch); /* Save ANSI attributes */
996
xbuf_add_byte
(&last_ansi, (unsigned char) ch);
1002
xbuf_add_byte
(&last_ansi, (unsigned char) ch);
lesskey_parse.c
347
xbuf_add_byte
(&tables->currtable->buf, c);
funcs.h
381
public void
xbuf_add_byte
(struct xbuffer *xbuf, unsigned char b);
Completed in 121 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026