Searched refs:histdata_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/libreadline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t; typedef
49 histdata_t data;
96 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
101 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
H A Dundo.c53 extern void replace_history_data PARAMS((int, histdata_t *, histdata_t *));
122 replace_history_data (-1, (histdata_t *)orig_list, (histdata_t *)NULL);
222 replace_history_data (-1, (histdata_t *)release, (histdata_t *)rl_undo_list);
H A Dhistory.c329 histdata_t
333 histdata_t x;
336 return ((histdata_t) 0);
371 histdata_t data;
398 histdata_t *old, *new;
H A Dmisc.c344 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
H A Dreadline.c395 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
/freebsd-11.0-release/lib/libedit/edit/readline/
H A Dreadline.h54 typedef void *histdata_t; typedef
58 histdata_t data;
158 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
/freebsd-11.0-release/lib/libedit/
H A Dreadline.c1469 replace_history_entry(int num, const char *line, histdata_t data)

Completed in 177 milliseconds