Searched refs:command_t (Results 1 – 1 of 1) sorted by relevance
24 } command_t; typedef34 static const command_t* find_command(const char* name);37 static const command_t commands[] = {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()