Searched refs:cmdtype (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dexec.h36 /* values of cmdtype */
51 int cmdtype; member in struct:cmdentry
H A Dexec.c87 signed char cmdtype; /* index identifying command */ member in struct:tblentry
247 if (cmdp->cmdtype == CMDNORMAL)
255 && cmdp->cmdtype == CMDNORMAL)
258 if (entry.cmdtype == CMDUNKNOWN)
283 if (cmdp->cmdtype == CMDNORMAL) {
291 } else if (cmdp->cmdtype == CMDBUILTIN) {
293 } else if (cmdp->cmdtype == CMDFUNCTION) {
305 error("internal error: cmdtype %d", cmdp->cmdtype);
333 entry->cmdtype
[all...]
H A Deval.c887 cmdentry.cmdtype = CMDBUILTIN;
935 if (cmdentry.cmdtype != CMDBUILTIN)
988 if (((cmdentry.cmdtype == CMDNORMAL || cmdentry.cmdtype == CMDUNKNOWN)
991 && (cmdentry.cmdtype != CMDBUILTIN ||
1000 if (cmdentry.cmdtype == CMDNORMAL &&
1025 if (cmdentry.cmdtype == CMDFUNCTION) {
1077 } else if (cmdentry.cmdtype == CMDBUILTIN) {
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h97 apr_int32_t cmdtype; member in struct:apr_procattr_t
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dproc.c37 (*new)->cmdtype = APR_PROGRAM;
208 attr->cmdtype = cmd;
373 if (attr->cmdtype == APR_PROGRAM ||
374 attr->cmdtype == APR_PROGRAM_ENV ||
376 /* for both of these values of cmdtype, caller must pass
379 * values of cmdtype
503 if (attr->cmdtype == APR_SHELLCMD ||
504 attr->cmdtype == APR_SHELLCMD_ENV) {
555 if (attr->cmdtype == APR_SHELLCMD) {
562 else if (attr->cmdtype
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c721 help_list (struct cmd_list_element *list, char *cmdtype,
728 len = strlen (cmdtype);
736 strncpy (cmdtype1 + 1, cmdtype, len - 1);
738 strncpy (cmdtype2, cmdtype, len - 1);
747 help_cmd_list (list, class, cmdtype, (int) class >= 0, stream);
1060 /* All this hair to move the space to the front of cmdtype */
1063 undef_cmd_error (char *cmdtype, char *q)
1066 cmdtype,
1068 *cmdtype ? " " : "",
1069 (int) strlen (cmdtype)
718 help_list(struct cmd_list_element *list, char *cmdtype, enum command_class class, struct ui_file *stream) argument
1059 undef_cmd_error(char *cmdtype, char *q) argument
1084 lookup_cmd(char **line, struct cmd_list_element *list, char *cmdtype, int allow_unknown, int ignore_help_classes) argument
[all...]
/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c80 u_int8_t cmdtype; local
97 cmdtype = IPS_SG_READ_CMD;
99 cmdtype = IPS_SG_WRITE_CMD;
112 cmdtype = IPS_READ_CMD;
114 cmdtype = IPS_WRITE_CMD;
118 command_struct->command = cmdtype;

Completed in 123 milliseconds