OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_gets
(Results
1 - 6
of
6
) sorted by null
/external/libedit/src/
histedit.h
95
const char *
el_gets
(EditLine *, int *);
eln.c
75
el_gets
(EditLine *el, int *nread)
function
readline.c
93
* libedit fashion: set handlers on entry to
el_gets
() and clear them
420
ret =
el_gets
(e, &count);
[
all
...]
/prebuilts/libs/libedit/include/
histedit.h
95
const char *
el_gets
(EditLine *, int *);
/external/libedit/examples/
tc1.c
180
while ((buf =
el_gets
(el, &num)) != NULL && num != 0) {
/external/llvm/lib/LineEditor/
LineEditor.cpp
252
// Call
el_gets
to prompt the user and read the user's input.
254
const char *Line = ::
el_gets
(Data->EL, &LineLen);
Completed in 1418 milliseconds