OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nresult
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
readline.c
1022
char *
nresult
= el_realloc(result, \
1023
(size += len + 1) * sizeof(*
nresult
)); \
1024
if (
nresult
== NULL) { \
1029
result =
nresult
; \
1203
char **
nresult
;
local in function:history_tokenize
1205
nresult
= el_realloc(result, (size_t)size * sizeof(*
nresult
));
1206
if (
nresult
== NULL) {
1210
result =
nresult
;
readline.c
1022
char *
nresult
= el_realloc(result, \
1023
(size += len + 1) * sizeof(*
nresult
)); \
1024
if (
nresult
== NULL) { \
1029
result =
nresult
; \
1203
char **
nresult
;
local in function:history_tokenize
1205
nresult
= el_realloc(result, (size_t)size * sizeof(*
nresult
));
1206
if (
nresult
== NULL) {
1210
result =
nresult
;
Completed in 24 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025