OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lightstyles
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/WinQuake/
host_cmd.cpp
545
if (sv.
lightstyles
[i])
546
fprintf (f, "%s\n", sv.
lightstyles
[i]);
651
sv.
lightstyles
[i] = (char*) Hunk_Alloc (strlen(str)+1);
652
strcpy (sv.
lightstyles
[i], str);
748
if (sv.
lightstyles
[i])
749
fprintf (f, "%s\n", sv.
lightstyles
[i]);
819
sv.
lightstyles
[i] = Hunk_Alloc (strlen(str)+1);
820
strcpy (sv.
lightstyles
[i], str);
1363
MSG_WriteString (&host_client->message, sv.
lightstyles
[i]);
[
all
...]
server.h
56
char *
lightstyles
[MAX_LIGHTSTYLES];
member in struct:__anon10715
pr_cmds.cpp
1232
sv.
lightstyles
[style] = val;
[
all
...]
/external/quake/quake/src/QW/server/
server.h
57
char *
lightstyles
[MAX_LIGHTSTYLES];
member in struct:__anon10424
sv_user.c
343
3 + (sv.
lightstyles
[i] ? strlen(sv.
lightstyles
[i]) : 1));
345
ClientReliableWrite_String (host_client, sv.
lightstyles
[i]);
[
all
...]
pr_cmds.c
1056
sv.
lightstyles
[style] = val;
Completed in 188 milliseconds