Home | History | Annotate | Download | only in libedit

Lines Matching refs:history_offset

101 int history_offset = 0;
515 history_offset = history_length;
1547 history_offset++;
1640 history_offset = history_length = 0;
1650 return history_offset;
1696 if (history(h, &ev, H_PREV_EVENT, history_offset + 1) != 0)
1741 history_offset = pos;
1755 if (history_offset == 0)
1761 history_offset--;
1774 if (history_offset >= history_length)
1780 history_offset++;