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

  /external/quake/quake/src/QW/client/
common.c 1324 searchpath_t *com_searchpaths; variable
1371 for (s=com_searchpaths ; s ; s=s->next)
1491 for (search = com_searchpaths ; search ; search = search->next)
1731 search->next = com_searchpaths;
1732 com_searchpaths = search;
1745 search->next = com_searchpaths;
1746 com_searchpaths = search;
1779 while (com_searchpaths != com_base_searchpaths)
1781 if (com_searchpaths->pack)
1783 fclose (com_searchpaths->pack->handle)
    [all...]
  /external/quake/quake/src/WinQuake/
common.cpp 1283 searchpath_t *com_searchpaths; variable
1296 for (s=com_searchpaths ; s ; s=s->next)
1415 search = com_searchpaths;
1547 for (s = com_searchpaths ; s ; s=s->next)
    [all...]

Completed in 61 milliseconds