OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_section_buffer
(Results
1 - 1
of
1
) sorted by null
/external/quake/quake/src/WinQuake/
snd_gus.cpp
65
static int
current_section_buffer
=0;
variable
280
// Increment
current_section_buffer
281
current_section_buffer
++;
282
if (
current_section_buffer
>NUM_SECTION_BUFFERS)
283
current_section_buffer
=0;
286
if (field_buffers[i].section==
current_section_buffer
)
289
strcpy(section_buffers[
current_section_buffer
].name,section);
290
section_buffers[
current_section_buffer
].offset=offset;
291
return(
current_section_buffer
);
[
all
...]
Completed in 168 milliseconds