OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:history_inhibit_expansion_function
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
histexpand.c
110
rl_linebuf_func_t *
history_inhibit_expansion_function
;
variable
1028
history_inhibit_expansion_function
to a function that checks
1032
else if (
history_inhibit_expansion_function
&&
1033
(*
history_inhibit_expansion_function
) (string, i))
1222
if (
history_inhibit_expansion_function
)
1230
temp = (*
history_inhibit_expansion_function
) (result, save_j);
/src/external/gpl3/gdb.old/dist/readline/readline/
histexpand.c
110
rl_linebuf_func_t *
history_inhibit_expansion_function
;
variable
1028
history_inhibit_expansion_function
to a function that checks
1032
else if (
history_inhibit_expansion_function
&&
1033
(*
history_inhibit_expansion_function
) (string, i))
1222
if (
history_inhibit_expansion_function
)
1230
temp = (*
history_inhibit_expansion_function
) (result, save_j);
/src/lib/libedit/
readline.c
107
rl_linebuf_func_t *
history_inhibit_expansion_function
= NULL;
variable
1065
&& (!
history_inhibit_expansion_function
||
1066
(*
history_inhibit_expansion_function
)(str,
Completed in 79 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026