Lines Matching defs:what
140 // over what's in and out.
215 bool PrintHelpOnSwitch(const std::string& what) {
218 all.find(std::string_view(what));
240 const char kHelp_HelpShort[] = "help: Does what you think.";
261 std::string what;
280 what = args[0];
286 if (what == "args") {
293 auto found_command = command_map.find(what);
303 auto found_function = function_map.find(what);
312 auto found_builtin_var = builtin_vars.find(what);
321 auto found_target_var = target_vars.find(what);
355 auto found_random_topic = random_topics.find(what);
364 Err(Location(), "No help on \"" + what + "\".").PrintToStdout();
365 std::string_view suggestion = SpellcheckString(what, all_help_topics);