Lines Matching refs:history_length
90 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()
1144 len = history_length; in stifle_history()
1416 history_length = ev.num; in add_history()
1419 return !(history_length > 0); /* return 0 if all is okay */ in add_history()
1445 history_length = ev.num; in remove_history()
1506 history_length = 0; in clear_history()
1583 if (pos >= history_length || pos < 0) in history_set_pos()
2232 hs->length = history_length; in history_get_history_state()