OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:history_base
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
readline.c
99
int
history_base
= 1; /* probably never subject to change */
variable in typeref:typename:int
605
num = history_length - num +
history_base
;
1245
history_base
= history_length - max;
1495
if (num <
history_base
)
1507
if (history(h, &ev, H_DELDATA, num -
history_base
, (void **)-1) != 0)
1545
history_base
++;
readline.c
99
int
history_base
= 1; /* probably never subject to change */
variable in typeref:typename:int
605
num = history_length - num +
history_base
;
1245
history_base
= history_length - max;
1495
if (num <
history_base
)
1507
if (history(h, &ev, H_DELDATA, num -
history_base
, (void **)-1) != 0)
1545
history_base
++;
Completed in 23 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025