Searched refs:inst_commands (Results 1 – 1 of 1) sorted by relevance
100 } inst_commands[] = { variable107 #define NCMDS (sizeof(inst_commands) / sizeof(inst_commands[0]))134 if (strcmp(line, inst_commands[i].ic_cmd) == 0) { in main()135 (*inst_commands[i].ic_func)(); in main()152 printf(">> %s - %s\n", inst_commands[i].ic_cmd, in gethelp()153 inst_commands[i].ic_desc); in gethelp()