OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TBUF
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libterminfo/
term_private.h
165
}
TBUF
;
172
TBUF
flags;
173
TBUF
nums;
174
TBUF
strs;
175
TBUF
extras;
182
char *_ti_grow_tbuf(
TBUF
*, size_t);
184
const char *_ti_find_cap(TIC *,
TBUF
*, char, short);
185
const char *_ti_find_extra(TIC *,
TBUF
*, const char *);
193
int _ti_encode_buf_id_num(
TBUF
*, int, int, size_t);
194
int _ti_encode_buf_id_count_str(
TBUF
*, int, const void *, size_t)
[
all
...]
compile.c
172
_ti_grow_tbuf(
TBUF
*
tbuf
, size_t len)
177
_DIAGASSERT(
tbuf
!= NULL);
179
l =
tbuf
->bufpos + len;
180
if (l >
tbuf
->buflen) {
181
if (
tbuf
->buflen == 0)
184
buf = realloc(
tbuf
->buf, l);
187
tbuf
->buf = buf;
188
tbuf
->buflen = l;
190
return
tbuf
->buf
[
all
...]
/src/usr.bin/tic/
tic.c
90
grow_tbuf(
TBUF
*
tbuf
, size_t len)
94
buf = _ti_grow_tbuf(
tbuf
, len);
211
process_entry(
TBUF
*buf, int flags)
215
TBUF
sbuf = *buf;
331
dup_tbuf(
TBUF
*dst, const
TBUF
*src)
614
TBUF
tbuf
;
local in function:main
659
buf =
tbuf
.buf = NULL
[
all
...]
Completed in 287 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025