Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Dautoload.h89 bool can_autoload(const wcstring &cmd);
H A Dautoload.cpp149 bool autoload_t::can_autoload(const wcstring &cmd) { in can_autoload() function in autoload_t
H A Dfunction.cpp207 return funcset->get_info(cmd) || funcset->autoloader.can_autoload(cmd); in function_exists_no_autoload()