OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:READLINE_MAX_COMPLETIONS
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
readline.h
8
#define
READLINE_MAX_COMPLETIONS
256
29
char *completions[
READLINE_MAX_COMPLETIONS
];
readline.c
266
if (rs->nb_completions <
READLINE_MAX_COMPLETIONS
) {
Completed in 18 milliseconds