HomeSort by: relevance | last modified time | path
    Searched defs:COMMAND (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
cmds.h 26 /* The three arguments a command can get are a flag saying whether it is
31 /* Each command has an associated function. When the command is
39 /* Does the command expect braces? */
49 } COMMAND;
51 extern COMMAND command_table[];
  /src/sys/arch/arm/imx/
imx23_apbdma.h 51 * DMA command type.
59 * Command word 0.
64 * Command word 1.
75 #define COMMAND __BITS(1, 0)
78 * Command word 2.
83 * Command word 3-n.
  /src/external/ibm-public/postfix/dist/src/tls/
tls_mgr.c 436 #define COMMAND(argv, str, len) \
439 if (COMMAND(argv, "policy", 2)) {
446 } else if (COMMAND(argv, "seed", 2)) {
456 } else if (COMMAND(argv, "lookup", 3)) {
463 } else if (COMMAND(argv, "update", 4)) {
467 } else if (COMMAND(argv, "delete", 3)) {
  /src/external/gpl3/gdb/dist/readline/readline/examples/
fileman.c 90 } COMMAND;
92 COMMAND commands[] = {
109 COMMAND *find_command ();
163 /* Execute a command line. */
169 COMMAND *command; local
172 /* Isolate the command word. */
184 command = find_command (word);
186 if (!command)
188 fprintf (stderr, "%s: No such command for FileMan.\n", word)
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
fileman.c 90 } COMMAND;
92 COMMAND commands[] = {
109 COMMAND *find_command ();
163 /* Execute a command line. */
169 COMMAND *command; local
172 /* Isolate the command word. */
184 command = find_command (word);
186 if (!command)
188 fprintf (stderr, "%s: No such command for FileMan.\n", word)
    [all...]
  /src/usr.sbin/bta2dpd/bta2dpd/
avdtp_signal.h 55 /* Signal Command & Response Header Masks. */
73 #define COMMAND 0x0
118 int avdtpSendCommand(int fd, uint8_t command, uint8_t type,
  /src/external/bsd/nvi/dist/cl/
cl_funcs.c 132 * screen while getting a new command from the user, when the user is
137 * :command <<< get command from user
139 * Note that the :command input is a true vi input mode, e.g., input
450 * or <blank> characters before the command character.
702 #define COMMAND \
706 (pfp = popen(COMMAND, "r")) != NULL) {
797 * Setting allowedp to 0 will cause the editor to reject the command.
912 usage: ex [-eFRrSsv] [-c command] [-t tag] [-w size] [file ...]\n\
913 usage: vi [-eFlRrSv] [-c command] [-t tag] [-w size] [file ...]\n
    [all...]
  /src/tests/lib/libc/db/
h_db.c 62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA };
103 enum S command = COMMAND, state; local
183 state = COMMAND;
200 command = COMPARE;
214 command = GET;
219 command = PUT;
225 state = COMMAND;
228 command = REMOVE;
234 state = COMMAND;
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
TestRunner.py 20 from lit.ShCommands import GlobItem, Command
28 def __init__(self, command, message):
29 self.command = command
42 # run command pipeline such that ARG specifies the pipeline's source line
43 # number. lit later expands each %dbg(ARG) to a command that behaves as a null
44 # command in the target shell so that the line number is seen in lit's verbose
140 """Captures the result of an individual command."""
142 def __init__(self, command, stdout, stderr, exitCode, timeoutReached,
144 self.command = comman
    [all...]
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.h 116 /** Count of option's occurrances *on the command line*. */
160 # ifdef COMMAND
161 # warning undefining COMMAND due to option name conflict
162 # undef COMMAND
199 # undef COMMAND
ntpdc.c 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)) {
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
rlfe.c 14 * Specify a history file and the size of the history file with command
52 * output, pause for a user command. This required parsing the output
90 #ifndef COMMAND
91 #define COMMAND "/bin/bash"
94 #define COMMAND_ARGS COMMAND
520 execvp (COMMAND, command_args);
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
rlfe.c 14 * Specify a history file and the size of the history file with command
52 * output, pause for a user command. This required parsing the output
90 #ifndef COMMAND
91 #define COMMAND "/bin/bash"
94 #define COMMAND_ARGS COMMAND
520 execvp (COMMAND, command_args);
  /src/bin/csh/
file.c 82 } COMMAND;
98 static size_t tsearch(Char *, COMMAND, size_t);
477 * Perform a RECOGNIZE or LIST command on string "word".
480 tsearch(Char *word, COMMAND command, size_t max_word_length)
519 if (command == LIST) {
529 else { /* RECOGNIZE command */
553 if (command == RECOGNIZE) {
654 COMMAND command; local
    [all...]
  /src/bin/ksh/
history.c 4 * command history
141 /* Substitute and execute command */
257 ret = command(editor ? editor : "${FCEDIT:-/bin/ed} $_");
332 ret = command(cmd);
418 /* the -1 is to avoid the current fc command */
429 /* Return a pointer to the newest command in the history */
443 /* Return a pointer to the newest command in the history */
612 * save command in history
623 if (++hp >= histlist + histsize) { /* remove oldest command */
638 * Append an entry to the last saved command. Used for multilin
    [all...]
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.h 117 /** Count of option's occurrances *on the command line*. */
161 # ifdef COMMAND
162 # warning undefining COMMAND due to option name conflict
163 # undef COMMAND
204 # undef COMMAND
ntpq.c 61 /* we use COMMAND as an autogen keyword */
62 #ifdef COMMAND
63 # undef COMMAND
184 * Built in command handler declarations
268 { "command", "", "", "" },
271 { "command", "", "", "" },
400 * For commands typed on the command line (with the -c option)
403 size_t defcmds = 0; /* Options on the command line are 'defined'! */
431 * Jump buffer for longjumping back to the command level.
464 * Command table imported from ntpdc_ops.
    [all...]

Completed in 98 milliseconds