Home
last modified time | relevance | path

Searched refs:cmdtype (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/bin/sh/
H A Dexec.c286 && cmdp->cmdtype == CMDNORMAL) in hashcmd()
365 entry->cmdtype = CMDNORMAL; in find_command()
387 cmdp->cmdtype = CMDBUILTIN; in find_command()
443 cmdp->cmdtype = CMDNORMAL; in find_command()
456 entry->cmdtype = CMDUNKNOWN; in find_command()
464 entry->cmdtype = cmdp->cmdtype; in find_command()
583 cmdp->cmdtype = CMDUNKNOWN; in cmdlookup()
624 cmdp->cmdtype = entry->cmdtype; in addcmdentry()
641 entry.cmdtype = CMDFUNCTION; in defun()
741 entry.cmdtype = cmdp->cmdtype; in typecmd_impl()
[all …]
H A Deval.c879 cmdentry.cmdtype = CMDBUILTIN; in evalcommand()
927 if (cmdentry.cmdtype != CMDBUILTIN) in evalcommand()
980 if (((cmdentry.cmdtype == CMDNORMAL || cmdentry.cmdtype == CMDUNKNOWN) in evalcommand()
983 && (cmdentry.cmdtype != CMDBUILTIN || in evalcommand()
992 if (cmdentry.cmdtype == CMDNORMAL && in evalcommand()
1017 if (cmdentry.cmdtype == CMDFUNCTION) { in evalcommand()
1069 } else if (cmdentry.cmdtype == CMDBUILTIN) { in evalcommand()
H A Dexec.h50 int cmdtype; member
/freebsd-14.2/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c136 const char *cmdtype; in dump_request_cb() local
142 case EVHTTP_REQ_GET: cmdtype = "GET"; break; in dump_request_cb()
143 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
144 case EVHTTP_REQ_HEAD: cmdtype = "HEAD"; break; in dump_request_cb()
145 case EVHTTP_REQ_PUT: cmdtype = "PUT"; break; in dump_request_cb()
146 case EVHTTP_REQ_DELETE: cmdtype = "DELETE"; break; in dump_request_cb()
147 case EVHTTP_REQ_OPTIONS: cmdtype = "OPTIONS"; break; in dump_request_cb()
148 case EVHTTP_REQ_TRACE: cmdtype = "TRACE"; break; in dump_request_cb()
150 case EVHTTP_REQ_PATCH: cmdtype = "PATCH"; break; in dump_request_cb()
151 default: cmdtype = "unknown"; break; in dump_request_cb()
[all …]
/freebsd-14.2/contrib/libevent/sample/
H A Dhttp-server.c136 const char *cmdtype; in dump_request_cb() local
142 case EVHTTP_REQ_GET: cmdtype = "GET"; break; in dump_request_cb()
143 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
144 case EVHTTP_REQ_HEAD: cmdtype = "HEAD"; break; in dump_request_cb()
145 case EVHTTP_REQ_PUT: cmdtype = "PUT"; break; in dump_request_cb()
146 case EVHTTP_REQ_DELETE: cmdtype = "DELETE"; break; in dump_request_cb()
147 case EVHTTP_REQ_OPTIONS: cmdtype = "OPTIONS"; break; in dump_request_cb()
148 case EVHTTP_REQ_TRACE: cmdtype = "TRACE"; break; in dump_request_cb()
150 case EVHTTP_REQ_PATCH: cmdtype = "PATCH"; break; in dump_request_cb()
151 default: cmdtype = "unknown"; break; in dump_request_cb()
[all …]
/freebsd-14.2/sys/dev/ips/
H A Dips_commands.c80 u_int8_t cmdtype; in ips_io_request_callback() local
97 cmdtype = IPS_SG_READ_CMD; in ips_io_request_callback()
99 cmdtype = IPS_SG_WRITE_CMD; in ips_io_request_callback()
112 cmdtype = IPS_READ_CMD; in ips_io_request_callback()
114 cmdtype = IPS_WRITE_CMD; in ips_io_request_callback()
118 command_struct->command = cmdtype; in ips_io_request_callback()