OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sound_name
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/QW/client/
cl_parse.c
275
; cl.
sound_name
[cls.downloadnumber][0]
278
s = cl.
sound_name
[cls.downloadnumber];
285
if (!cl.
sound_name
[i][0])
287
cl.sound_precache[i] = S_PrecacheSound (cl.
sound_name
[i]);
602
memset(cl.
sound_name
, 0, sizeof(cl.
sound_name
));
634
strcpy (cl.
sound_name
[numsounds], str);
client.h
271
char
sound_name
[MAX_SOUNDS][MAX_QPATH];
member in struct:__anon6525
cl_demo.c
473
s = cl.
sound_name
[n+1];
485
s = cl.
sound_name
[n+1];
Completed in 28 milliseconds