Home
last modified time | relevance | path

Searched refs:completion_matches (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/lib/libedit/
Dfilecomplete.h52 char **completion_matches(const char *, char *(*)(const char *, int));
Dedit.expsym13 completion_matches
Dfilecomplete.c468 completion_matches(const char *text, char *(*genfunc)(const char *, int)) in completion_matches() function
711 matches = completion_matches( in fn_complete2()
Dreadline.c54 #define completion_matches xxx_completion_matches macro
56 #undef completion_matches
/netbsd/src/lib/libedit/readline/
Dreadline.h212 char **completion_matches(/* const */ char *, rl_compentry_func_t *);
/netbsd/src/external/gpl2/lvm2/dist/tools/
Dlvm.c31 # define rl_completion_matches(a, b) completion_matches((char *)a, b)