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

  /src/external/gpl3/gdb/dist/readline/readline/
history.h 55 } HIST_ENTRY;
62 HIST_ENTRY **entries; /* Pointer to the entries themselves. */
96 extern HIST_ENTRY *remove_history (int);
99 extern HIST_ENTRY **remove_history_range (int, int);
103 extern HIST_ENTRY *alloc_history_entry (char *, char *);
106 extern HIST_ENTRY *copy_history_entry (HIST_ENTRY *);
110 extern histdata_t free_history_entry (HIST_ENTRY *);
115 extern HIST_ENTRY *replace_history_entry (int, const char *, histdata_t);
133 /* Return a NULL terminated array of HIST_ENTRY which is the current inpu
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
history.h 55 } HIST_ENTRY;
62 HIST_ENTRY **entries; /* Pointer to the entries themselves. */
96 extern HIST_ENTRY *remove_history (int);
99 extern HIST_ENTRY **remove_history_range (int, int);
103 extern HIST_ENTRY *alloc_history_entry (char *, char *);
106 extern HIST_ENTRY *copy_history_entry (HIST_ENTRY *);
110 extern histdata_t free_history_entry (HIST_ENTRY *);
115 extern HIST_ENTRY *replace_history_entry (int, const char *, histdata_t);
133 /* Return a NULL terminated array of HIST_ENTRY which is the current inpu
    [all...]
  /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);
271 histdata_t free_history_entry(HIST_ENTRY *);

Completed in 15 milliseconds