Home
last modified time | relevance | path

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

/external/libedit/src/
Dreadline.c101 int history_length = 0; variable
317 history_length = 0; in rl_initialize()
435 history_length = ev.num; in readline()
542 num = history_length - num + 1; in get_history_event()
1394 history_length = ev.num; in add_history()
1396 return !(history_length > 0); /* return 0 if all is okay */ in add_history()
1422 history_length = ev.num; in remove_history()
1483 history_length = 0; in clear_history()
1556 if (pos >= history_length || pos < 0) in history_set_pos()
2213 hs->length = history_length; in history_get_history_state()
/external/libedit/src/editline/
Dreadline.h106 extern int history_base, history_length;