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

  /external/quake/quake/src/QW/server/
sv_ccmds.c 667 Info_SetValueForStarKey (svs.info, "*gamedir", dir, MAX_SERVERINFO_STRING);
764 Info_SetValueForStarKey (svs.info, "*gamedir", dir, MAX_SERVERINFO_STRING);
871 Info_SetValueForStarKey (svs.info, "*cheats", "ON", MAX_SERVERINFO_STRING);
sv_main.c 565 Info_SetValueForStarKey (userinfo, "*spectator", "1", MAX_INFO_STRING);
1368 Info_SetValueForStarKey (svs.info, "*version", va("%4.2f", VERSION), MAX_SERVERINFO_STRING);
    [all...]
pr_edict.c 977 Info_SetValueForStarKey (svs.info, "*progs", num, MAX_SERVERINFO_STRING);
  /external/quake/quake/src/QW/client/
common.h 214 void Info_SetValueForStarKey (char *s, char *key, char *value, int maxsize);
cl_main.c 216 Info_SetValueForStarKey (cls.userinfo, "*ip", NET_AdrToString(adr), MAX_INFO_STRING);
1064 Info_SetValueForStarKey (cls.userinfo, "*ver", st, MAX_INFO_STRING);
common.c     [all...]

Completed in 184 milliseconds