Searched refs:command_t (Results 1 – 1 of 1) sorted by relevance
25 } command_t; typedef35 static const command_t* find_command(const char* name);38 static const command_t commands[] = {60 const command_t* command = find_command(argv[0]); in help()163 const command_t* command = find_command(argv[1]); in main()204 static const command_t* find_command(const char* name) { in find_command()