OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pop_index
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
input.c
192
static int
pop_index
, push_index;
variable
196
#define any_typein (push_index !=
pop_index
)
207
return (push_index !=
pop_index
);
215
if (
pop_index
> push_index)
216
return (
pop_index
- push_index - 1);
218
return (ibuffer_len - (push_index -
pop_index
));
227
if (push_index ==
pop_index
)
230
*key = ibuffer[
pop_index
++];
232
if (
pop_index
>= ibuffer_len)
234
if (
pop_index
> ibuffer_len
[
all
...]
/src/external/gpl3/gdb.old/dist/readline/readline/
input.c
192
static int
pop_index
, push_index;
variable
196
#define any_typein (push_index !=
pop_index
)
207
return (push_index !=
pop_index
);
215
if (
pop_index
> push_index)
216
return (
pop_index
- push_index - 1);
218
return (ibuffer_len - (push_index -
pop_index
));
227
if (push_index ==
pop_index
)
230
*key = ibuffer[
pop_index
++];
232
if (
pop_index
>= ibuffer_len)
234
if (
pop_index
> ibuffer_len
[
all
...]
/src/external/gpl2/texinfo/dist/info/
session.c
4858
static int
pop_index
= 0, push_index = 0;
4868
push_index =
pop_index
;
4883
if (
pop_index
> push_index)
4884
return (
pop_index
- push_index);
4886
return (sizeof (info_input_buffer) - (push_index -
pop_index
));
4895
if (push_index ==
pop_index
)
4898
*key = info_input_buffer[
pop_index
++];
4900
if ((unsigned int)
pop_index
>= sizeof (info_input_buffer))
4901
pop_index
= 0;
4910
return (push_index !=
pop_index
);
4843
static int
pop_index
= 0, push_index = 0;
variable
[
all
...]
Completed in 70 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026