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

  /external/quake/quake/src/WinQuake/
progs.h 60 extern char *pr_strings;
111 #define G_STRING(o) (pr_strings + *(string_t *)&pr_globals[o])
117 #define E_STRING(e,o) (pr_strings + e->u.s[o])
pr_edict.cpp 26 char *pr_strings; variable
194 if (!strcmp(pr_strings + def->s_name,name) )
214 if (!strcmp(pr_strings + def->s_name,name) )
234 if (!strcmp(pr_strings + func->s_name,name) )
291 sprintf (line, "%s", pr_strings + val->string);
298 sprintf (line, "%s()", pr_strings + f->s_name);
302 sprintf (line, ".%s", pr_strings + def->s_name);
343 sprintf (line, "%s", pr_strings + val->string);
350 sprintf (line, "%s", pr_strings + f->s_name);
354 sprintf (line, "%s", pr_strings + def->s_name)
    [all...]
pr_exec.cpp 211 Con_Printf ("%12s : %s\n", pr_strings + f->s_file, pr_strings + f->s_name);
246 Con_Printf ("%7i %s\n", best->profile, pr_strings+best->s_name);
486 c->_float = !a->string || !pr_strings[a->string];
504 c->_float = !strcmp(pr_strings+a->string,pr_strings+b->string);
523 c->_float = strcmp(pr_strings+a->string,pr_strings+b->string);
sv_main.cpp 207 sprintf (message, "%s", pr_strings+sv.edicts->u.v.message);
454 if (!ent->u.v.modelindex || !pr_strings[ent->u.v.model])
689 MSG_WriteByte (msg, SV_ModelIndex(pr_strings+ent->u.v.weaponmodel));
956 SV_ModelIndex(pr_strings + svent->u.v.model);
1144 sv.sound_precache[0] = pr_strings;
1146 sv.model_precache[0] = pr_strings;
1160 ent->u.v.model = sv.worldmodel->name - pr_strings;
1170 pr_global_struct->mapname = sv.name - pr_strings;
1172 pr_global_struct->startspot = sv.startspot - pr_strings;
pr_cmds.cpp 64 ,pr_strings + pr_xfunction->s_name,s);
88 ,pr_strings + pr_xfunction->s_name,s);
253 e->u.v.model = m - pr_strings;
934 G_INT(OFS_RETURN) = pr_string_temp - pr_strings;
947 G_INT(OFS_RETURN) = pr_string_temp - pr_strings;
954 G_INT(OFS_RETURN) = pr_string_temp - pr_strings;
1593 MSG_WriteByte (&sv.signon, SV_ModelIndex(pr_strings + ent->u.v.model));
    [all...]
host_cmd.cpp 946 host_client->edict->u.v.netname = host_client->name - pr_strings;
1240 SV_BroadcastPrintf ("%s paused the game\n", pr_strings + sv_player->u.v.netname);
1244 SV_BroadcastPrintf ("%s unpaused the game\n",pr_strings + sv_player->u.v.netname);
1318 ent->u.v.netname = host_client->name - pr_strings;
    [all...]
sv_phys.cpp 101 Con_Printf ("Got a NaN velocity on %s\n", pr_strings + ent->u.v.classname);
106 Con_Printf ("Got a NaN origin on %s\n", pr_strings + ent->u.v.classname);
    [all...]
  /external/quake/quake/src/QW/server/
progs.h 55 extern char *pr_strings;
sv_init.c 349 sv.sound_precache[0] = pr_strings;
351 sv.model_precache[0] = pr_strings;
pr_exec.c 677 return pr_strings + num;
684 if (s - pr_strings < 0) {
697 return (int)(s - pr_strings);
pr_edict.c 26 char *pr_strings; variable
989 pr_strings = (char *)progs + progs->ofs_strings;

Completed in 6130 milliseconds