Searched refs:READLINE_MAX_COMPLETIONS (Results 1 – 2 of 2) sorted by relevance
6 #define READLINE_MAX_COMPLETIONS 256 macro32 char *completions[READLINE_MAX_COMPLETIONS];
286 if (rs->nb_completions < READLINE_MAX_COMPLETIONS) { in readline_add_completion()