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

  /external/quake/quake/src/QW/client/
gl_warp.c 381 pcx_t *pcx, pcxbuf; local
391 fread (&pcxbuf, 1, sizeof(pcxbuf), f);
393 pcx = &pcxbuf;
410 fseek (f, sizeof(pcxbuf) - 4, SEEK_SET);
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 430 pcx_t *pcx, pcxbuf; local
440 fread (&pcxbuf, 1, sizeof(pcxbuf), f);
442 pcx = &pcxbuf;
459 fseek (f, sizeof(pcxbuf) - 4, SEEK_SET);

Completed in 42 milliseconds