Lines Matching defs:command
98 char command[100];
110 * Parse the command itself
120 command[i++] = *cur++;
122 command[i] = 0;
185 * start interpreting the command
187 if (!strcmp(command, "exit"))
189 if (!strcmp(command, "quit"))
191 if (!strcmp(command, "bye"))
193 if (!strcmp(command, "public")) {
205 } else if (!strcmp(command, "system")) {
217 } else if (!strcmp(command, "add")) {
229 printf("add command failed\n");
242 printf("add command failed\n");
245 } else if (!strcmp(command, "del")) {
251 printf("del command failed\n");
254 } else if (!strcmp(command, "resolve")) {
267 } else if (!strcmp(command, "dump")) {
273 } else if (!strcmp(command, "debug")) {
280 } else if (!strcmp(command, "quiet")) {
289 if (strcmp(command, "help")) {
290 printf("Unrecognized command %s\n", command);
534 printf("add command failed\n");