Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dexec.c92 short cmdtype; /* index identifying command */ member
435 switch (cmdp->cmdtype) { in hashcmd()
456 cmdp->cmdtype == CMDNORMAL) in hashcmd()
470 switch (cmdp->cmdtype) { in hashcmd()
493 if (errs && entry.cmdtype == CMDUNKNOWN) in hashcmd()
496 if (entry.cmdtype != CMDUNKNOWN) { /* if no error msg */ in hashcmd()
514 switch (cmdp->cmdtype) { in printentry()
553 cmdp->cmdname, cmdp->cmdtype); in printentry()
588 entry->cmdtype = CMDUNKNOWN; in find_command()
592 entry->cmdtype = CMDNORMAL; in find_command()
[all …]
H A Dexec.h46 short cmdtype; member
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-server.c137 const char *cmdtype; in dump_request_cb() local
143 case EVHTTP_REQ_GET: cmdtype = "GET"; break; in dump_request_cb()
144 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
145 case EVHTTP_REQ_HEAD: cmdtype = "HEAD"; break; in dump_request_cb()
146 case EVHTTP_REQ_PUT: cmdtype = "PUT"; break; in dump_request_cb()
147 case EVHTTP_REQ_DELETE: cmdtype = "DELETE"; break; in dump_request_cb()
148 case EVHTTP_REQ_OPTIONS: cmdtype = "OPTIONS"; break; in dump_request_cb()
149 case EVHTTP_REQ_TRACE: cmdtype = "TRACE"; break; in dump_request_cb()
150 case EVHTTP_REQ_CONNECT: cmdtype = "CONNECT"; break; in dump_request_cb()
151 case EVHTTP_REQ_PATCH: cmdtype = "PATCH"; break; in dump_request_cb()
[all …]
/netbsd-src/external/gpl2/gmake/dist/
H A Dread.c1433 enum { c_ifdef, c_ifndef, c_ifeq, c_ifneq, c_else, c_endif } cmdtype; in conditional_line() local
1439 #define chkword(s, t) if (word1eq (s)) { cmdtype = (t); cmdname = (s); } in conditional_line()
1457 if (cmdtype == c_endif) in conditional_line()
1472 if (cmdtype == c_else) in conditional_line()
1559 if (cmdtype == c_ifdef || cmdtype == c_ifndef) in conditional_line()
1580 ((v != 0 && *v->value != '\0') == (cmdtype == c_ifndef)); in conditional_line()
1675 conditionals->ignoring[o] = (streq (s1, s2) == (cmdtype == c_ifneq)); in conditional_line()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStatepoints.rst804 <https://bugs.llvm.org/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201310366 (undef_cmd_error): Make "cmdtype" parameter const.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201310366 (undef_cmd_error): Make "cmdtype" parameter const.