OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:history_length
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libedit/TEST/
rl1.c
49
printf("%d %s\n",
history_length
, p);
/src/lib/libedit/readline/
readline.h
138
extern int history_base,
history_length
;
/src/lib/libedit/
readline.c
100
int
history_length
= 0;
variable in typeref:typename:int
341
history_length
= 0;
495
history_length
= ev.num;
515
history_offset =
history_length
;
605
num =
history_length
- num + history_base;
1244
if (
history_length
> max)
1245
history_base =
history_length
- max;
1246
while (
history_length
> max) {
1434
history_length
= ev.num;
1435
if (
history_length
< 0
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025