HomeSort by: relevance | last modified time | path
    Searched refs:history_offset (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
readline.c 101 int history_offset = 0; variable in typeref:typename:int
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
    [all...]
  /src/lib/libedit/readline/
readline.h 139 extern int history_offset;

Completed in 13 milliseconds