Home
last modified time | relevance | path

Searched refs:history_length (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libedit/
H A Dreadline.c98 int history_length = 0; variable
339 history_length = 0; in rl_initialize()
493 history_length = ev.num; in readline()
513 history_offset = history_length; in using_history()
603 num = history_length - num + history_base; in get_history_event()
1242 if (history_length > max) in stifle_history()
1243 history_base = history_length - max; in stifle_history()
1244 while (history_length > max) { in stifle_history()
1432 history_length = ev.num; in read_history()
1433 if (history_length < 0) in read_history()
[all …]
/freebsd/contrib/libedit/TEST/
H A Drl1.c49 printf("%d %s\n", history_length, p); in main()
/freebsd/contrib/libedit/readline/
H A Dreadline.h115 extern int history_base, history_length;