OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rl_linefunc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
callback.c
78
rl_vcpfunc_t *
rl_linefunc
; /* user callback function */
variable
110
rl_linefunc
= linefunc;
136
if (
rl_linefunc
== NULL)
301
if (
rl_linefunc
) /* just in case */
302
(*
rl_linefunc
) (line);
310
if (in_handler == 0 &&
rl_linefunc
)
323
rl_linefunc
= NULL;
/src/external/gpl3/gdb.old/dist/readline/readline/
callback.c
78
rl_vcpfunc_t *
rl_linefunc
; /* user callback function */
variable
110
rl_linefunc
= linefunc;
136
if (
rl_linefunc
== NULL)
301
if (
rl_linefunc
) /* just in case */
302
(*
rl_linefunc
) (line);
310
if (in_handler == 0 &&
rl_linefunc
)
323
rl_linefunc
= NULL;
/src/lib/libedit/
readline.c
85
rl_vcpfunc_t *
rl_linefunc
= NULL;
variable
2162
if (done &&
rl_linefunc
!= NULL) {
2170
(*(void (*)(const char *))
rl_linefunc
)(wbuf);
2182
rl_linefunc
= linefunc;
2190
rl_linefunc
= NULL;
Completed in 44 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026