OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_char
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
read.c
69
el_rfunc_t
read_char
; /* Function to read a character. */
member in struct:el_read_t
74
static int
read_char
(EditLine *, wchar_t *);
97
/* builtin
read_char
*/
98
el->el_read->
read_char
=
read_char
;
126
el_read->
read_char
= (rc == EL_BUILTIN_GETCFN) ?
read_char
: rc;
138
return el_read->
read_char
==
read_char
?
139
EL_BUILTIN_GETCFN : el_read->
read_char
;
279
read_char
(EditLine *el, wchar_t *cp)
function in typeref:typename:int
[
all
...]
read.c
69
el_rfunc_t
read_char
; /* Function to read a character. */
member in struct:el_read_t
74
static int
read_char
(EditLine *, wchar_t *);
97
/* builtin
read_char
*/
98
el->el_read->
read_char
=
read_char
;
126
el_read->
read_char
= (rc == EL_BUILTIN_GETCFN) ?
read_char
: rc;
138
return el_read->
read_char
==
read_char
?
139
EL_BUILTIN_GETCFN : el_read->
read_char
;
279
read_char
(EditLine *el, wchar_t *cp)
function in typeref:typename:int
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025