Home
last modified time | relevance | path

Searched refs:complete_strings (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/acesupport/
H A D.tern-project8 "complete_strings": {},
/dports/shells/fish/fish-3.3.1/src/
H A Dcomplete.cpp396 void complete_strings(const wcstring &wc_escaped, const description_func_t &desc_func,
615 void completer_t::complete_strings(const wcstring &wc_escaped, const description_func_t &desc_func, in complete_strings() function in completer_t
762 this->complete_strings(str_cmd, complete_function_desc, possible_comp, 0); in complete_cmd()
768 this->complete_strings(str_cmd, builtin_get_desc, possible_comp, 0); in complete_cmd()
785 this->complete_strings(cmd, desc_func, possible_comp, COMPLETE_NO_SPACE); in complete_abbr()
827 this->complete_strings(escape_string(str, ESCAPE_ALL), const_desc(desc), possible_comp, flags); in complete_from_args()