HomeSort by relevance Sort by last modified time
    Searched defs:pcmd (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_plip.h 20 unsigned short pcmd; member in struct:plipconf
  /external/quake/quake/src/QW/client/
cl_demo.c 70 void CL_WriteDemoCmd (usercmd_t *pcmd)
86 cmd = *pcmd;
149 usercmd_t *pcmd; local
198 pcmd = &cl.frames[i].cmd;
199 r = fread (pcmd, sizeof(*pcmd), 1, cls.demofile);
207 pcmd->angles[j] = LittleFloat(pcmd->angles[j]);
208 pcmd->forwardmove = LittleShort(pcmd->forwardmove)
    [all...]

Completed in 1341 milliseconds