Lines Matching defs:command
78 static char *command;
95 [-k key-file ] [-y key] [-r] [-V] command\n\
97 command is one of the following:\n\
266 " the command protocol,\n"
287 progname, command, errormsg);
339 " the command protocol,\n"
599 ; /* Was set on command line, do nothing. */
665 ; /* Was set on command line, do nothing. */
911 command = *argv;
917 * Convert argc/argv into a space-delimited command string
941 notify("%s", command);
943 if (strcmp(command, "restart") == 0)
944 fatal("'%s' is not implemented", command);