Home
last modified time | relevance | path

Searched refs:histdata_t (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
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));
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
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); in rl_free_undo_list()
225 replace_history_data (-1, (histdata_t *)release, (histdata_t *)rl_undo_list); in rl_do_undo()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
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));
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
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));
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
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));
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
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));
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
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));
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
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));
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
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));
/dports/shells/bash/bash-5.1/lib/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
49 histdata_t data;
105 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
110 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
H A Dundo.c52 extern void _hs_replace_history_data PARAMS((int, histdata_t *, histdata_t *));
126 _hs_replace_history_data (-1, (histdata_t *)orig_list, (histdata_t *)NULL); in rl_free_undo_list()
237 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list); in rl_do_undo()
244 _hs_replace_history_data (-1, (histdata_t *)release, (histdata_t *)rl_undo_list); in rl_do_undo()
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
49 histdata_t data;
105 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
110 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
H A Dundo.c52 extern void _hs_replace_history_data PARAMS((int, histdata_t *, histdata_t *));
126 _hs_replace_history_data (-1, (histdata_t *)orig_list, (histdata_t *)NULL); in rl_free_undo_list()
237 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list); in rl_do_undo()
244 _hs_replace_history_data (-1, (histdata_t *)release, (histdata_t *)rl_undo_list); in rl_do_undo()
/dports/devel/readline/readline-8.1/
H A Dhistory.h40 typedef void *histdata_t; typedef
42 typedef char *histdata_t;
49 histdata_t data;
105 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
110 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
H A Dundo.c52 extern void _hs_replace_history_data PARAMS((int, histdata_t *, histdata_t *));
126 _hs_replace_history_data (-1, (histdata_t *)orig_list, (histdata_t *)NULL); in rl_free_undo_list()
237 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list); in rl_do_undo()
244 _hs_replace_history_data (-1, (histdata_t *)release, (histdata_t *)rl_undo_list); in rl_do_undo()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dgp_hist.h63 typedef void * histdata_t; typedef
67 histdata_t data;
86 HIST_ENTRY * replace_history_entry(int which, const char *line, histdata_t data);
88 histdata_t free_history_entry(HIST_ENTRY *histent);
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dgp_hist.h63 typedef void * histdata_t; typedef
67 histdata_t data;
86 HIST_ENTRY * replace_history_entry(int which, const char *line, histdata_t data);
88 histdata_t free_history_entry(HIST_ENTRY *histent);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dgp_hist.h67 typedef void * histdata_t; typedef
71 histdata_t data;
90 HIST_ENTRY * replace_history_entry(int which, const char *line, histdata_t data);
92 histdata_t free_history_entry(HIST_ENTRY *histent);
/dports/net-p2p/shx/shx-0.2.4/include/
H A Dhistory.h38 typedef void *histdata_t; typedef
40 typedef char *histdata_t;
46 histdata_t data;
89 extern HIST_ENTRY *replace_history_entry __P((void *, int, char *, histdata_t));
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dhistory.h38 typedef void *histdata_t; typedef
40 typedef char *histdata_t;
46 histdata_t data;
87 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dhistory.h38 typedef void *histdata_t; typedef
40 typedef char *histdata_t;
46 histdata_t data;
87 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dhistory.h38 typedef void *histdata_t; typedef
40 typedef char *histdata_t;
46 histdata_t data;
87 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Dhistory.h38 typedef void *histdata_t; typedef
40 typedef char *histdata_t;
46 histdata_t data;
87 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Dhistory.h38 typedef void *histdata_t; typedef
40 typedef char *histdata_t;
46 histdata_t data;
87 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));

1234567