Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDhistory.c80 int history_offset; variable
96 state->offset = history_offset; in history_get_history_state()
112 history_offset = state->offset;
124 history_offset = history_length; in using_history()
146 return (history_offset); in where_history()
157 history_offset = pos;
175 return ((history_offset == history_length) || the_history == 0) in current_history()
177 : the_history[history_offset]; in current_history()
186 return history_offset ? the_history[--history_offset] : (HIST_ENTRY *)NULL; in previous_history()
195 return (history_offset == history_length) ? (HIST_ENTRY *)NULL : the_history[++history_offset]; in next_history()
[all …]
HDhistsearch.c73 i = history_offset;
113 history_offset = i;
130 history_offset = i;
147 history_offset = i;
HDhistlib.h80 extern int history_offset;
HDhistexpand.c247 history_offset = history_length; free (temp) ; return (char *)NULL; \
274 history_offset = history_length;
292 if (history_offset)
293 history_offset--;