OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_realloc
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libedit/
el.h
95
#define
el_realloc
(a,b) realloc(a, b)
macro
literal.c
115
bp =
el_realloc
(l->l_buf, sizeof(*l->l_buf) * l->l_len);
chartype.c
59
p =
el_realloc
(conv->cbuff, conv->csize * sizeof(*conv->cbuff));
80
p =
el_realloc
(conv->wbuff, conv->wsize * sizeof(*conv->wbuff));
hist.c
191
char *nbuf =
el_realloc
(buf, maxlen);
230
newbuf =
el_realloc
(el->el_history.buf, newsz * sizeof(*newbuf));
chared.c
508
newbuffer =
el_realloc
(el->el_line.buffer, newsz * sizeof(*newbuffer));
526
newbuffer =
el_realloc
(el->el_chared.c_kill.buf, newsz *
545
newbuffer =
el_realloc
(el->el_chared.c_undo.buf,
554
newbuffer =
el_realloc
(el->el_chared.c_redo.buf,
map.c
1444
if ((p =
el_realloc
(el->el_map.func, nf *
1448
if ((p =
el_realloc
(el->el_map.help, nf * sizeof(*el->el_map.help)))
readline.c
693
char *what =
el_realloc
(*fromp, size * sizeof(*what));
704
nwhat =
el_realloc
(what, (size <<= 1) * sizeof(*nwhat));
755
char *with =
el_realloc
(*top, size * sizeof(*with));
764
nwith =
el_realloc
(with, size * sizeof(*nwith));
1023
char *nresult =
el_realloc
(result, \
1206
nresult =
el_realloc
(result, (size_t)size * sizeof(*nresult));
1667
if ((nlp =
el_realloc
(_history_listp,
1672
if ((nl =
el_realloc
(_history_list,
2416
if ((nl =
el_realloc
(list, max * sizeof(*nl))) == NULL)
Completed in 42 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026