Home
last modified time | relevance | path

Searched refs:newcmd (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_user.c1548 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/
Diptables.c551 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument
558 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command()
559 *cmd |= newcmd; in add_command()
Dip6tables.c460 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument
467 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command()
468 *cmd |= newcmd; in add_command()