OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:history_is_stifled
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
history.h
129
extern int
history_is_stifled
(void);
history.c
595
history_is_stifled
(void)
function
misc.c
693
#define HISTORY_FULL() (
history_is_stifled
() && history_length >= history_max_entries)
bind.c
3000
sprintf (numbuf, "%d",
history_is_stifled
() ? history_max_entries : 0);
/src/external/gpl3/gdb.old/dist/readline/readline/
history.h
129
extern int
history_is_stifled
(void);
history.c
595
history_is_stifled
(void)
function
misc.c
693
#define HISTORY_FULL() (
history_is_stifled
() && history_length >= history_max_entries)
bind.c
3000
sprintf (numbuf, "%d",
history_is_stifled
() ? history_max_entries : 0);
/src/lib/libedit/readline/
readline.h
185
int
history_is_stifled
(void);
/src/external/gpl3/gdb.old/dist/gdb/
top.c
1093
if (
history_is_stifled
() && history_length >= history_max_entries)
1191
if (
history_is_stifled
())
/src/external/gpl3/gdb/dist/gdb/
top.c
1088
if (
history_is_stifled
() && history_length >= history_max_entries)
1186
if (
history_is_stifled
())
Completed in 81 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026