Lines Matching full:command
98 char command[100];
110 * Parse the command itself
120 command[i++] = *cur++;
122 command[i] = 0;
182 * start interpreting the command
184 if (!strcmp(command, "exit"))
186 if (!strcmp(command, "quit"))
188 if (!strcmp(command, "bye"))
190 if (!strcmp(command, "public")) {
202 } else if (!strcmp(command, "system")) {
214 } else if (!strcmp(command, "add")) {
226 printf("add command failed\n");
239 printf("add command failed\n");
242 } else if (!strcmp(command, "del")) {
248 printf("del command failed\n");
251 } else if (!strcmp(command, "resolve")) {
264 } else if (!strcmp(command, "dump")) {
270 } else if (!strcmp(command, "debug")) {
277 } else if (!strcmp(command, "quiet")) {
286 if (strcmp(command, "help")) {
287 printf("Unrecognized command %s\n", command);
531 printf("add command failed\n");