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

  /external/quake/quake/src/WinQuake/
common.cpp 1281 } searchpath_t; typedef in typeref:struct:searchpath_s
1283 searchpath_t *com_searchpaths;
1293 searchpath_t *s;
1400 searchpath_t *search;
1545 searchpath_t *s;
    [all...]
  /external/quake/quake/src/QW/client/
common.c 1322 } searchpath_t; typedef in typeref:struct:searchpath_s
1324 searchpath_t *com_searchpaths;
1325 searchpath_t *com_base_searchpaths; // without gamedirs
1368 searchpath_t *s;
1480 searchpath_t *search;
1715 searchpath_t *search;
1729 search = Hunk_Alloc (sizeof(searchpath_t));
1743 search = Hunk_Alloc (sizeof(searchpath_t));
1760 searchpath_t *search, *next;
1805 search = Z_Malloc (sizeof(searchpath_t));
    [all...]

Completed in 69 milliseconds