Home
last modified time | relevance | path

Searched refs:match_fn (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libwrap/
H A Dhosts_access.c199 static int list_match(list, request, match_fn) in list_match() argument
202 int (*match_fn) ();
216 if (match_fn(tok, request)) { /* YES: look for exceptions */
219 return (tok == 0 || list_match((char *) 0, request, match_fn) == 0);
/titanic_50/usr/src/lib/libtecla/
H A Dlibtecla.h464 int gl_customize_completion(GetLine *gl, void *data, CplMatchFn *match_fn);
497 int gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn,
1622 CplMatchFn *match_fn);
/titanic_50/usr/src/lib/libtecla/common/
H A Dcplmatch.c536 CplMatchFn *match_fn) in cpl_complete_word() argument
546 if(!cpl || !line || !match_fn || word_end < 0 || word_end > line_len) { in cpl_complete_word()
561 if(match_fn(cpl, data, line, word_end)) { in cpl_complete_word()
H A Dgetline.c1187 static int _gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn,
5797 int gl_customize_completion(GetLine *gl, void *data, CplMatchFn *match_fn) in gl_customize_completion() argument
5803 if(!gl || !match_fn) { in gl_customize_completion()
5816 gl->cplfn.fn = match_fn; in gl_customize_completion()
10883 int gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn,
10891 if(!gl || !name || !match_fn) {
10903 status = _gl_completion_action(gl, data, match_fn, list_only, name, keyseq);
10916 static int _gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn,
10936 cb->fn = match_fn;
10962 cb->fn = match_fn;
/titanic_50/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c615 init_interactive(FILE *infile, CplMatchFn *match_fn) in init_interactive() argument
625 match_fn) != 0) { in init_interactive()
696 char *my_fmri, parse_cmdln_fn parseit, CplMatchFn *match_fn) in do_interactive() argument
711 init_interactive(infile, match_fn); in do_interactive()