Searched refs:completion_matches (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dcompat.c92 completion_matches (s, f) function
H A Dreadline.h459 extern char **completion_matches PARAMS((char *, rl_compentry_func_t *));
597 /* Pointer to the generator function for completion_matches ().
/macosx-10.10/lukemftp-14/tnftp/libedit/readline/
H A Dreadline.h164 char **completion_matches(const char *, CPFunction *);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c261 char ** completion_matches(const char *, char *(*)(const char *, int));
263 completion_matches(const char *text, char *(*genfunc)(const char *, int)) function
416 /* these can be used by function called in completion_matches() */
431 matches = completion_matches(temp, complet_func);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/editline/
H A Dreadline.h175 char **completion_matches(const char *, CPFunction *);
/macosx-10.10/libedit-40/src/editline/
H A Dreadline.h176 char **completion_matches(const char *, CPFunction *);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/examples/
H A Dfileman.c254 matches = completion_matches (text, command_generator);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dfilecomplete.c289 char ** completion_matches(const char *, char *(*)(const char *, int));
291 completion_matches(const char *text, char *(*genfunc)(const char *, int)) function
462 /* these can be used by function called in completion_matches() */
477 matches = completion_matches(ct_encode_string(temp, &el->el_scratch), complet_func);
/macosx-10.10/libedit-40/src/
H A Dfilecomplete.c280 char ** completion_matches(const char *, char *(*)(const char *, int));
282 completion_matches(const char *text, char *(*genfunc)(const char *, int)) function
483 /* these can be used by function called in completion_matches() */
499 matches = completion_matches(
/macosx-10.10/ruby-106/ruby/ext/readline/
H A Dreadline.c78 # define rl_completion_matches completion_matches
/macosx-10.10/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm3443 @matches = &completion_matches($rl_completion_function,$text,$line,$point);
3482 ## completion_matches(func, text, line, start)
3490 ## completion_matches will return that list, with the longest common
3503 sub completion_matches
3530 ## For use in passing to completion_matches(), returns a list of

Completed in 192 milliseconds