Home
last modified time | relevance | path

Searched refs:HIST_ENTRY (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/lib/libreadline/
H A Dhistory.c62 static HIST_ENTRY **the_history = (HIST_ENTRY **)NULL;
161 HIST_ENTRY **
169 HIST_ENTRY *
180 HIST_ENTRY *
189 HIST_ENTRY *
197 HIST_ENTRY *
215 HIST_ENTRY *temp;
259 temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
270 HIST_ENTRY *
281 temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
[all …]
H A Dhistory.h47 } HIST_ENTRY; typedef
51 HIST_ENTRY **entries; /* Pointer to the entries themselves. */
82 extern HIST_ENTRY *remove_history PARAMS((int));
87 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
108 extern HIST_ENTRY **history_list PARAMS((void));
116 extern HIST_ENTRY *current_history PARAMS((void));
120 extern HIST_ENTRY *history_get PARAMS((int));
134 extern HIST_ENTRY *previous_history PARAMS((void));
139 extern HIST_ENTRY *next_history PARAMS((void));
H A Dmisc.c60 void _rl_free_history_entry PARAMS((HIST_ENTRY *));
208 HIST_ENTRY *_rl_saved_line_for_history = (HIST_ENTRY *)NULL;
218 _rl_saved_line_for_history = (HIST_ENTRY *)NULL; in _rl_start_using_history()
224 HIST_ENTRY *entry; in _rl_free_history_entry()
237 HIST_ENTRY *temp; in rl_maybe_replace_line()
273 _rl_saved_line_for_history = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY)); in rl_maybe_save_line()
311 HIST_ENTRY *entry; in rl_replace_from_history()
358 HIST_ENTRY *temp;
372 temp = (HIST_ENTRY *)NULL;
397 HIST_ENTRY *old_temp, *temp;
[all …]
H A Dsearch.c56 extern HIST_ENTRY *_rl_saved_line_for_history;
59 extern int _rl_free_history_entry PARAMS((HIST_ENTRY *));
71 static void make_history_line_current PARAMS((HIST_ENTRY *));
83 HIST_ENTRY *entry; in make_history_line_current()
90 _rl_saved_line_for_history = (HIST_ENTRY *)NULL;
135 HIST_ENTRY *entry;
349 HIST_ENTRY *temp;
353 temp = (HIST_ENTRY *)NULL;
H A Disearch.c60 extern HIST_ENTRY *_rl_saved_line_for_history;
166 HIST_ENTRY **hlist;
H A Dhistsearch.c71 HIST_ENTRY **the_history; /* local */
H A Dreadline.c78 extern void _rl_free_history_entry PARAMS((HIST_ENTRY *));
362 HIST_ENTRY *entry;
H A Dsignals.c385 register HIST_ENTRY *entry; in rl_free_line_state()
H A Dhistfile.c406 HIST_ENTRY **the_history; /* local */
H A Dkill.c520 register HIST_ENTRY *entry;
H A Dhistexpand.c134 HIST_ENTRY *entry;
/openbsd/lib/libedit/readline/
H A Dreadline.h59 } HIST_ENTRY; typedef
152 HIST_ENTRY *current_history(void);
153 HIST_ENTRY *history_get(int);
154 HIST_ENTRY *remove_history(int);
155 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
158 HIST_ENTRY *previous_history(void);
159 HIST_ENTRY *next_history(void);
/openbsd/gnu/lib/libreadline/examples/
H A Drltest.c42 extern HIST_ENTRY **history_list ();
74 HIST_ENTRY **list; in main()
H A Dhistexamp.c84 register HIST_ENTRY **the_list;
97 HIST_ENTRY *entry = remove_history (which);
/openbsd/lib/libedit/
H A Dreadline.c192 static HIST_ENTRY *
1138 HIST_ENTRY *he; in stifle_history()
1359 HIST_ENTRY *
1426 HIST_ENTRY *
1429 HIST_ENTRY *he; in remove_history()
1454 HIST_ENTRY *
1457 HIST_ENTRY *he; in replace_history_entry()
1539 HIST_ENTRY *
1606 HIST_ENTRY *
1621 HIST_ENTRY *
[all …]
/openbsd/gnu/lib/libreadline/doc/
H A Dhstech.texinfo88 @} HIST_ENTRY;
94 HIST_ENTRY **the_history_list;
104 HIST_ENTRY **entries; /* Pointer to the entries themselves. */
170 @deftypefun {HIST_ENTRY *} remove_history (int which)
207 @deftypefun {HIST_ENTRY **} history_list (void)
217 @deftypefun {HIST_ENTRY *} current_history (void)
223 @deftypefun {HIST_ENTRY *} history_get (int offset)
249 @deftypefun {HIST_ENTRY *} previous_history (void)
255 @deftypefun {HIST_ENTRY *} next_history (void)
521 register HIST_ENTRY **the_list;
[all …]
/openbsd/regress/lib/libedit/readline/
H A Dhistory.c72 HIST_ENTRY *he; in check_current()
91 HIST_ENTRY *he; in check_get()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19945354 history_get be HIST_ENTRY, rather than struct _hist_entry.