![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <filematch.h>
Data Fields | |
| int | maxstrings |
| maxstrings changes as needed, causing reallocation of strings[] array | |
| int | numstrings |
| char ** | strings |
Definition at line 26 of file filematch.h.
| int stringlist_t::maxstrings |
maxstrings changes as needed, causing reallocation of strings[] array
Definition at line 29 of file filematch.h.
Referenced by stringlistappend(), and stringlistfreecontents().
| int stringlist_t::numstrings |
Definition at line 30 of file filematch.h.
Referenced by Con_CompleteCommandLine(), FS_AddGameDirectory(), FS_ListGameDirs(), FS_Search(), FS_SysCheckGameDir(), ModList_RebuildList(), stringlistappend(), stringlistfreecontents(), and stringlistsort().
| char** stringlist_t::strings |
Definition at line 31 of file filematch.h.
Referenced by Con_CompleteCommandLine(), FS_AddGameDirectory(), FS_ListGameDirs(), FS_Search(), ModList_RebuildList(), stringlistappend(), stringlistfreecontents(), and stringlistsort().