Home
last modified time | relevance | path

Searched refs:add_cmd_matches (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h488 int add_cmd_matches(WordCompletion *, const char *, int, uint32_t);
H A Dsvccfg_engine.c234 add_cmd_matches(WordCompletion *cpl, const char *line, int word_end, in add_cmd_matches() function
H A Dsvccfg_libscf.c17650 return (scope ? add_cmd_matches(cpl, line, word_end, scope) : 0); in CPL_MATCH_FN()