OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EL_BUILTIN_GETCFN
(Results
1 - 3
of
3
) sorted by null
/external/libedit/src/
histedit.h
160
#define
EL_BUILTIN_GETCFN
(NULL)
read.c
77
* If it is set to
EL_BUILTIN_GETCFN
, then reset to the builtin one.
82
el->el_read.read_char = (rc ==
EL_BUILTIN_GETCFN
) ? read_char : rc;
88
* return the current read char function, or
EL_BUILTIN_GETCFN
95
EL_BUILTIN_GETCFN
: el->el_read.read_char;
readline.c
413
el_set(e, EL_GETCFN,
EL_BUILTIN_GETCFN
);
[
all
...]
Completed in 201 milliseconds