Searched refs:add_cmd_matches (Results 1 – 3 of 3) sorted by relevance
490 int add_cmd_matches(WordCompletion *, const char *, int, uint32_t);
234 add_cmd_matches(WordCompletion *cpl, const char *line, int word_end, in add_cmd_matches() function
17613 return (scope ? add_cmd_matches(cpl, line, word_end, scope) : 0); in CPL_MATCH_FN()