Searched refs:find_command (Results 1 – 1 of 1) sorted by relevance
34 static const command_t* find_command(const char* name);59 const command_t* command = find_command(argv[0]); in help()162 const command_t* command = find_command(argv[1]); in main()203 static const command_t* find_command(const char* name) { in find_command() function