Searched defs:match_fn (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c520 * data void * Anonymous 'data' to be passed to match_fn().
521 * match_fn CplMatchFn * The function that will identify the prefix
536 CplMatchFn *match_fn)
546 if(!cpl || !line || !match_fn || word_end < 0 || word_end > line_len) {
561 if(match_fn(cpl, data, line, word_end)) {
534 cpl_complete_word(WordCompletion *cpl, const char *line, int word_end, void *data, CplMatchFn *match_fn) argument
H A Dgetline.c1187 static int _gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn,
5786 * data void * This is passed to match_fn() whenever it is
5788 * symbol table where match_fn() could look
5790 * match_fn CplMatchFn * The function that will identify the prefix
5797 int gl_customize_completion(GetLine *gl, void *data, CplMatchFn *match_fn) argument
5803 if(!gl || !match_fn) {
5816 gl->cplfn.fn = match_fn;
10863 * data void * This is passed to match_fn() whenever it is
10865 * symbol table that match_fn() would look up
10867 * match_fn CplMatchF
10883 gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn, int list_only, const char *name, const char *keyseq) argument
10916 _gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn, int list_only, const char *name, const char *keyseq) argument
[all...]
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c615 init_interactive(FILE *infile, CplMatchFn *match_fn) argument
625 match_fn) != 0) {
696 char *my_fmri, parse_cmdln_fn parseit, CplMatchFn *match_fn)
711 init_interactive(infile, match_fn);
695 do_interactive(FILE *infile, char *configfile, char *promptstring, char *my_fmri, parse_cmdln_fn parseit, CplMatchFn *match_fn) argument

Completed in 95 milliseconds