Searched refs:pop_index (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c4090 static int pop_index = 0, push_index = 0;
4101 push_index = pop_index;
4116 if (pop_index > push_index)
4117 return (pop_index - push_index);
4119 return (sizeof (info_input_buffer) - (push_index - pop_index));
4129 if (push_index == pop_index)
4132 *key = info_input_buffer[pop_index++];
4134 if (pop_index >= sizeof (info_input_buffer))
4135 pop_index = 0;
4144 return (push_index != pop_index);
4078 static int pop_index = 0, push_index = 0; variable
[all...]

Completed in 51 milliseconds