HomeSort by relevance Sort by last modified time
    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 21 milliseconds