Searched refs:found_command (Results 1 – 3 of 3) sorted by relevance
101 bool found_command = false; in DetectAndStartProxyConfigUtil() local108 found_command = SearchPATH(commands, 2, &index); in DetectAndStartProxyConfigUtil()109 if (found_command) in DetectAndStartProxyConfigUtil()116 found_command = SearchPATH(&command, 1, NULL); in DetectAndStartProxyConfigUtil()121 found_command = SearchPATH(&command, 1, NULL); in DetectAndStartProxyConfigUtil()129 if (found_command) { in DetectAndStartProxyConfigUtil()
63 commands::CommandInfoMap::const_iterator found_command = in main() local67 if (found_command != command_map.end()) { in main()68 retval = found_command->second.runner(args); in main()
114 commands::CommandInfoMap::const_iterator found_command = in RunHelp() local116 if (found_command != command_map.end()) { in RunHelp()117 PrintLongHelp(found_command->second.help); in RunHelp()