Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libedit/
HDreadline.c101 int history_offset = 0; variable
515 history_offset = history_length; in using_history()
1547 history_offset++; in add_history()
1640 history_offset = history_length = 0; in clear_history()
1650 return history_offset; in where_history()
1696 if (history(h, &ev, H_PREV_EVENT, history_offset + 1) != 0) in current_history()
1741 history_offset = pos; in history_set_pos()
1755 if (history_offset == 0) in previous_history()
1761 history_offset--; in previous_history()
1774 if (history_offset >= history_length) in next_history()
[all …]
HDedit.expsym71 history_offset
/freebsd-14-stable/contrib/libedit/readline/
HDreadline.h139 extern int history_offset;