Home
last modified time | relevance | path

Searched refs:qfs_gd_plist (Results 1 – 1 of 1) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dquakefs.c151 static plitem_t *qfs_gd_plist; variable
421 plitem_t *gdpl = PL_ObjectForKey (qfs_gd_plist, name); in qfs_find_gamedir()
424 plitem_t *keys = PL_D_AllKeys (qfs_gd_plist); in qfs_find_gamedir()
435 gdpl = PL_ObjectForKey (qfs_gd_plist, list[i]); in qfs_find_gamedir()
603 if (qfs_gd_plist) in qfs_load_config()
604 PL_Free (qfs_gd_plist); in qfs_load_config()
605 qfs_gd_plist = PL_GetPropertyList (buf); in qfs_load_config()
607 if (qfs_gd_plist && PL_Type (qfs_gd_plist) == QFDictionary) in qfs_load_config()
611 if (qfs_gd_plist) in qfs_load_config()
612 PL_Free (qfs_gd_plist); in qfs_load_config()
[all …]