Home | History | Annotate | Download | only in ntpdc

Lines Matching defs:COMMAND

45 /* We use COMMAND as an autogen keyword */
46 #ifdef COMMAND
47 # undef COMMAND
75 * Built in command handler declarations
115 { "command", "", "", "" },
118 { "command", "", "", "" },
204 * For commands typed on the command line (with the -c option)
231 * Jump buffer for longjumping back to the command level.
254 * Command table imported from ntpdc_ops.c
323 if (HAVE_OPT(COMMAND)) {
324 int cmdct = STACKCT_OPT( COMMAND );
325 const char** cmds = STACKLST_OPT( COMMAND );
1013 (void) fprintf(stderr, "***No host open, use `host' command\n");
1142 * abortcmd - catch interrupts and abort the current command
1161 * docmd - decode the command line and execute a command
1177 * Tokenize the command line. If nothing on it, return.
1180 fprintf(stderr, "***Command ignored, more than %d characters:\n%s\n",
1189 * Find the appropriate command description.
1193 (void) fprintf(stderr, "***Command `%s' unknown\n",
1197 (void) fprintf(stderr, "***Command `%s' ambiguous\n",
1275 fputs("\n >>> command aborted <<<\n", stderr);
1290 * tokenize - turn a command line into tokens
1322 * findcmd - find a command in a command description table
1524 * Finally, the built in command handlers
1528 * help - tell about commands, or details of a particular command
1576 "Command `%s' is unknown\n", cmd);
1580 "Command `%s' is ambiguous\n", cmd);
1606 * printusage - print usage information for a command