Searched defs:cmd (Results 151 - 175 of 417) sorted by relevance

1234567891011>>

/external/quake/quake/src/QW/client/
H A Dcmd.c20 // cmd.c -- Quake script command processing module
208 quake +prog jctest.qp +cmd amlev1
209 quake -nosound +cmd amlev1
339 char cmd[1024]; local
377 cmd[0] = 0; // start out with a null string
381 strcat (cmd, Cmd_Argv(i));
383 strcat (cmd, " ");
385 strcat (cmd, "\n");
387 a->value = CopyString (cmd);
514 cmd_function_t *cmd; local
550 cmd_function_t *cmd; local
570 cmd_function_t *cmd; local
667 cmd_function_t *cmd; local
[all...]
H A Dkeys.c156 char *cmd, *s; local
168 cmd = Cmd_CompleteCommand (command);
169 if (!cmd || strcmp (cmd, command))
170 cmd = Cvar_CompleteVariable (command);
171 if (!cmd || strcmp (cmd, command) )
178 char *cmd, *s; local
184 cmd = Cmd_CompleteCommand (s);
185 if (!cmd)
209 char *cmd, *s; local
538 char cmd[1024]; local
681 char cmd[1024]; local
[all...]
H A Dpmove.h67 usercmd_t cmd; member in struct:__anon12245
/external/quake/quake/src/QW/server/
H A Dsv_ents.c328 usercmd_t cmd; local
403 cmd = cl->lastcmd;
407 cmd.angles[0] = 0;
408 cmd.angles[1] = ent->v.angles[1];
409 cmd.angles[0] = 0;
412 cmd.buttons = 0; // never send buttons
413 cmd.impulse = 0; // never send impulses
415 MSG_WriteDeltaUsercmd (msg, &nullcmd, &cmd);
/external/quake/quake/src/WinQuake/
H A Dcl_main.cpp672 usercmd_t cmd; local
680 CL_BaseMove (&cmd);
683 IN_Move (&cmd);
686 CL_SendMove (&cmd);
H A Dcl_parse.cpp722 int cmd; local
744 cmd = MSG_ReadByte ();
746 if (cmd == -1)
753 if (cmd & 128)
756 CL_ParseUpdate (cmd&127);
760 SHOWNET(svc_strings[cmd]);
763 switch (cmd)
H A Dkeys.cpp161 const char *cmd; local
180 cmd = Cmd_CompleteCommand (key_lines[edit_line]+1);
181 if (!cmd)
182 cmd = Cvar_CompleteVariable (key_lines[edit_line]+1);
183 if (cmd)
185 Q_strcpy (key_lines[edit_line]+1, cmd);
186 key_linepos = Q_strlen(cmd)+1;
460 char cmd[1024]; local
486 cmd[0] = 0; // start out with a null string
490 strcat (cmd, " ");
602 char cmd[1024]; local
[all...]
H A Dsv_user.cpp42 usercmd_t cmd; variable
259 wishvel[i] = forward[i]*cmd.forwardmove + right[i]*cmd.sidemove;
261 if (!cmd.forwardmove && !cmd.sidemove && !cmd.upmove)
264 wishvel[2] += cmd.upmove;
334 fmove = cmd.forwardmove;
335 smove = cmd.sidemove;
345 wishvel[2] = cmd
485 int cmd; local
[all...]
/external/skia/legacy/src/images/
H A Dbmpdecoderhelper.cpp186 uint8 cmd = GetByte(); local
187 if (cmd != RLE_ESCAPE) {
191 while (cmd-- && x < width_) {
203 cmd = GetByte();
204 if (cmd == RLE_EOF) {
206 } else if (cmd == RLE_EOL) {
212 } else if (cmd == RLE_DELTA) {
229 while (cmd-- && pos_ < len_) {
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp257 GrPathCmd cmd = (GrPathCmd)iter.next(pts); local
258 switch (cmd) {
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp186 uint8 cmd = GetByte(); local
187 if (cmd != RLE_ESCAPE) {
191 while (cmd-- && x < width_) {
203 cmd = GetByte();
204 if (cmd == RLE_EOF) {
206 } else if (cmd == RLE_EOL) {
212 } else if (cmd == RLE_DELTA) {
229 while (cmd-- && pos_ < len_) {
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c28 cmd LC_SEGMENT_64
54 cmd LC_SEGMENT_64
382 struct load_command *cmd; local
385 for (c = 0, cmd = (struct load_command *)(mh+1);
387 c++, cmd = (struct load_command *)(cmd->cmdsize
388 + (unsigned long)cmd)) {
390 printf("load cmd: offset %4lu size %3d kind %2d = ",
391 (unsigned long)((UChar*)cmd - (UChar*)ii.macho_img),
392 cmd
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c267 Int ML_(am_fcntl) ( Int fd, Int cmd, Addr arg ) argument
270 SysRes res = VG_(do_syscall3)(__NR_fcntl, fd, cmd, arg);
272 SysRes res = VG_(do_syscall3)(__NR_fcntl_nocancel, fd, cmd, arg);
/external/webkit/Source/WebKit/chromium/src/
H A DDebuggerAgentManager.cpp275 void DebuggerAgentManager::sendCommandToV8(const WTF::String& cmd, v8::Debug::ClientData* data) argument
277 v8::Debug::SendCommand(reinterpret_cast<const uint16_t*>(cmd.characters()), cmd.length(), data);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_privsep.c29 static int wpa_priv_cmd(struct l2_packet_data *l2, int cmd, argument
35 io[0].iov_base = &cmd;
36 io[0].iov_len = sizeof(cmd);
47 perror("L2: sendmsg(cmd)");
67 int cmd = PRIVSEP_CMD_L2_SEND; local
69 io[0].iov_base = &cmd;
70 io[0].iov_len = sizeof(cmd);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_privsep.c29 static int wpa_priv_cmd(struct l2_packet_data *l2, int cmd, argument
35 io[0].iov_base = &cmd;
36 io[0].iov_len = sizeof(cmd);
47 perror("L2: sendmsg(cmd)");
67 int cmd = PRIVSEP_CMD_L2_SEND; local
69 io[0].iov_base = &cmd;
70 io[0].iov_len = sizeof(cmd);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_privsep.c29 static int wpa_priv_cmd(struct l2_packet_data *l2, int cmd, argument
35 io[0].iov_base = &cmd;
36 io[0].iov_len = sizeof(cmd);
47 perror("L2: sendmsg(cmd)");
67 int cmd = PRIVSEP_CMD_L2_SEND; local
69 io[0].iov_base = &cmd;
70 io[0].iov_len = sizeof(cmd);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_thread.c81 /*cmd executes in socket poll thread */
260 //add the cmd fd for read & write
293 APPL_TRACE_ERROR0("cmd socket is not created. socket thread may not initialized");
308 sock_cmd_t cmd = {CMD_ADD_FD, fd, type, flags, user_id}; local
310 return send(ts[h].cmd_fdw, &cmd, sizeof(cmd), 0) == sizeof(cmd);
321 APPL_TRACE_ERROR0("cmd socket is not created. socket thread may not initialized");
324 sock_cmd_t cmd = {CMD_USER_PRIVATE, 0, type, size, user_id}; local
325 APPL_TRACE_DEBUG3("post cmd typ
357 sock_cmd_t cmd = {CMD_WAKEUP, 0, 0, 0, 0}; local
372 sock_cmd_t cmd = {CMD_EXIT, 0, 0, 0, 0}; local
466 sock_cmd_t cmd = {-1, 0, 0, 0, 0}; local
[all...]
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_act.c597 BOOLEAN cmd; local
602 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, TRUE, p_data->key.p_data);
604 cmd = btm_ble_start_encrypt(p_cb->pairing_bda, FALSE, NULL);
606 if (!cmd)
/external/chromium/base/
H A Dcommand_line.cc189 CommandLine cmd; local
190 cmd.ParseFromString(command_line);
191 return cmd;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopensslstreamadapter.cc59 static long stream_ctrl(BIO* h, int cmd, long arg1, void* arg2);
140 static long stream_ctrl(BIO* b, int cmd, long num, void* ptr) { argument
144 switch (cmd) {
/external/dhcpcd/
H A Dconfigure.c438 desc_route(const char *cmd, const struct rt *rt) argument
445 syslog(LOG_DEBUG, "%s: %s route to %s/%d", ifname, cmd,
449 syslog(LOG_DEBUG, "%s: %s host route to %s", ifname, cmd,
452 syslog(LOG_DEBUG, "%s: %s default route via %s", ifname, cmd,
455 syslog(LOG_DEBUG, "%s: %s route to %s/%d via %s", ifname, cmd,
/external/elfutils/src/
H A Dsize.c378 Elf_Cmd cmd = ELF_C_READ_MMAP; local
379 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
391 cmd = elf_next (subelf);
/external/iproute2/ip/
H A Diplink.c402 static int iplink_modify(int cmd, unsigned int flags, int argc, char **argv) argument
417 req.n.nlmsg_type = cmd;
/external/kernel-headers/original/asm-x86/xen/
H A Dhypercall.h173 HYPERVISOR_sched_op(int cmd, unsigned long arg) argument
175 return _hypercall2(int, sched_op, cmd, arg);
205 HYPERVISOR_memory_op(unsigned int cmd, void *arg) argument
207 return _hypercall2(int, memory_op, cmd, arg);
229 HYPERVISOR_event_channel_op(int cmd, void *arg) argument
231 int rc = _hypercall2(int, event_channel_op, cmd, arg);
234 op.cmd = cmd;
243 HYPERVISOR_xen_version(int cmd, void *arg) argument
245 return _hypercall2(int, xen_version, cmd, ar
249 HYPERVISOR_console_io(int cmd, int count, char *str) argument
255 HYPERVISOR_physdev_op(int cmd, void *arg) argument
269 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) argument
287 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) argument
293 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) argument
328 MULTI_grant_table_op(struct multicall_entry *mcl, unsigned int cmd, void *uop, unsigned int count) argument
367 MULTI_memory_op(struct multicall_entry *mcl, unsigned int cmd, void *arg) argument
[all...]

Completed in 8962 milliseconds

1234567891011>>