Searched refs:command_generator (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/examples/
H A Dfileman.c221 char *command_generator(const char *, int);
254 matches = completion_matches (text, command_generator);
255 /* matches = rl_completion_matches (text, command_generator); */
264 command_generator (text, state) function
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/examples/
H A Dfileman.c235 char *command_generator PARAMS((const char *, int));
268 matches = rl_completion_matches (text, command_generator);
277 command_generator (text, state) function

Completed in 129 milliseconds