HomeSort by: relevance | last modified time | path
    Searched refs:completion_matches (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libedit/
filecomplete.h 52 char **completion_matches(const char *, char *(*)(const char *, int));
readline.c 54 #define completion_matches xxx_completion_matches macro
56 #undef completion_matches
filecomplete.c 468 completion_matches(const char *text, char *(*genfunc)(const char *, int)) function in typeref:typename:char **
695 /* these can be used by function called in completion_matches() */
711 matches = completion_matches(
  /src/lib/libedit/readline/
readline.h 212 char **completion_matches(/* const */ char *, rl_compentry_func_t *);

Completed in 14 milliseconds