Searched refs:HIST_ENTRY (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/lib/libreadline/
H A Dhistory.h47 } HIST_ENTRY; typedef in typeref:struct:_hist_entry
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));
105 /* Return a NULL terminated array of HIST_ENTRY which is the current input
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_histor
[all...]
H A Dhistory.c61 /* An array of HIST_ENTRY. This is where we store the history. */
62 static HIST_ENTRY **the_history = (HIST_ENTRY **)NULL;
161 HIST_ENTRY **
169 HIST_ENTRY *
173 ? (HIST_ENTRY *)NULL
180 HIST_ENTRY *
183 return history_offset ? the_history[--history_offset] : (HIST_ENTRY *)NULL;
189 HIST_ENTRY *
192 return (history_offset == history_length) ? (HIST_ENTRY *)NUL
[all...]
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;
221 /* Free the contents (and containing structure) of a HIST_ENTRY. */
224 HIST_ENTRY *entry;
237 HIST_ENTRY *temp;
259 _rl_saved_line_for_history = (HIST_ENTRY *)NULL;
273 _rl_saved_line_for_history = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
[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;
90 _rl_saved_line_for_history = (HIST_ENTRY *)NULL;
135 HIST_ENTRY *entry;
349 HIST_ENTRY *temp;
353 temp = (HIST_ENTRY *)NULL;
H A Dhistsearch.c71 HIST_ENTRY **the_history; /* local */
H A Disearch.c60 extern HIST_ENTRY *_rl_saved_line_for_history;
166 HIST_ENTRY **hlist;
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;
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-current/lib/libedit/readline/
H A Dreadline.h59 } HIST_ENTRY; typedef in typeref:struct:_hist_entry
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-current/gnu/lib/libreadline/examples/
H A Drltest.c42 extern HIST_ENTRY **history_list ();
74 HIST_ENTRY **list;
H A Dhistexamp.c84 register HIST_ENTRY **the_list;
97 HIST_ENTRY *entry = remove_history (which);
/openbsd-current/regress/lib/libedit/readline/
H A Dhistory.c72 HIST_ENTRY *he;
91 HIST_ENTRY *he;
/openbsd-current/lib/libedit/
H A Dreadline.c172 static HIST_ENTRY *_move_history(int);
192 static HIST_ENTRY *
196 static HIST_ENTRY rl_he;
534 HIST_ENTRY *rl_he;
1138 HIST_ENTRY *he;
1359 HIST_ENTRY *
1362 static HIST_ENTRY she;
1426 HIST_ENTRY *
1429 HIST_ENTRY *he;
1454 HIST_ENTRY *
[all...]

Completed in 87 milliseconds