OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbuff
(Results
1 - 3
of
3
) sorted by null
/external/libedit/src/
chartype.c
55
p = el_realloc(conv->
cbuff
, conv->csize * sizeof(*conv->
cbuff
));
58
el_free(conv->
cbuff
);
59
conv->
cbuff
= NULL;
61
conv->
cbuff
= p;
85
if (!conv->
cbuff
)
87
if (!conv->
cbuff
)
90
dst = conv->
cbuff
;
92
used = (ssize_t)(conv->csize - (size_t)(dst - conv->
cbuff
));
94
used = dst - conv->
cbuff
;
[
all
...]
el.c
174
el_free(el->el_scratch.
cbuff
);
176
el_free(el->el_lgcyconv.
cbuff
);
chartype.h
177
char *
cbuff
;
member in struct:ct_buffer_t
Completed in 985 milliseconds