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

  /src/lib/libedit/readline/
readline.h 61 } HIST_ENTRY;
187 HIST_ENTRY *current_history(void);
188 HIST_ENTRY *history_get(int);
189 HIST_ENTRY *remove_history(int);
190 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
193 HIST_ENTRY *previous_history(void);
194 HIST_ENTRY *next_history(void);
195 HIST_ENTRY **history_list(void);
270 histdata_t free_history_entry(HIST_ENTRY *);
  /src/lib/libedit/
readline.c 194 static HIST_ENTRY rl_he;
597 HIST_ENTRY *he;
1237 HIST_ENTRY *he;
1485 HIST_ENTRY *
1488 static HIST_ENTRY she;
1557 HIST_ENTRY *
1560 HIST_ENTRY *he;
1585 HIST_ENTRY *
1588 HIST_ENTRY *he;
1653 static HIST_ENTRY **_history_listp
    [all...]

Completed in 12 milliseconds