Searched refs:newcmd (Results 1 – 3 of 3) sorted by relevance
/external/quake/quake/src/QW/server/ |
D | sv_user.c | 1548 usercmd_t oldest, oldcmd, newcmd; in SV_ExecuteClientMessage() local 1622 MSG_ReadDeltaUsercmd (&oldcmd, &newcmd); in SV_ExecuteClientMessage() 1655 SV_RunCmd (&newcmd); in SV_ExecuteClientMessage() 1660 cl->lastcmd = newcmd; in SV_ExecuteClientMessage()
|
/external/iptables/iptables/ |
D | iptables.c | 374 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument 381 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command() 382 *cmd |= newcmd; in add_command()
|
D | ip6tables.c | 361 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument 368 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command() 369 *cmd |= newcmd; in add_command()
|