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

/freebsd-11.0-release/contrib/libreadline/
H A Dhistory.h50 } HIST_ENTRY; typedef in typeref:struct:_hist_entry
57 HIST_ENTRY **entries; /* Pointer to the entries themselves. */
92 extern HIST_ENTRY *remove_history PARAMS((int));
96 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
101 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
119 /* Return a NULL terminated array of HIST_ENTRY which is the current input
122 extern HIST_ENTRY **history_list PARAMS((void));
130 extern HIST_ENTRY *current_history PARAMS((void));
134 extern HIST_ENTRY *history_get PARAMS((int));
136 /* Return the timestamp associated with the HIST_ENTRY * passe
[all...]
H A Dhistory.c63 /* An array of HIST_ENTRY. This is where we store the history. */
64 static HIST_ENTRY **the_history = (HIST_ENTRY **)NULL;
164 HIST_ENTRY **
172 HIST_ENTRY *
176 ? (HIST_ENTRY *)NULL
183 HIST_ENTRY *
186 return history_offset ? the_history[--history_offset] : (HIST_ENTRY *)NULL;
192 HIST_ENTRY *
195 return (history_offset == history_length) ? (HIST_ENTRY *)NUL
[all...]
H A Dmisc.c60 void _rl_free_history_entry PARAMS((HIST_ENTRY *));
307 HIST_ENTRY *_rl_saved_line_for_history = (HIST_ENTRY *)NULL;
317 _rl_saved_line_for_history = (HIST_ENTRY *)NULL;
320 /* Free the contents (and containing structure) of a HIST_ENTRY. */
323 HIST_ENTRY *entry;
338 HIST_ENTRY *temp;
363 _rl_saved_line_for_history = (HIST_ENTRY *)NULL;
377 _rl_saved_line_for_history = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
[all...]
H A Dsearch.c58 extern HIST_ENTRY *_rl_saved_line_for_history;
61 extern int _rl_free_history_entry PARAMS((HIST_ENTRY *));
73 static void make_history_line_current PARAMS((HIST_ENTRY *));
90 HIST_ENTRY *entry;
105 _rl_saved_line_for_history = (HIST_ENTRY *)NULL;
150 HIST_ENTRY *entry;
459 HIST_ENTRY *temp;
463 temp = (HIST_ENTRY *)NULL;
H A Dhistsearch.c71 HIST_ENTRY **the_history; /* local */
H A Disearch.c62 extern HIST_ENTRY *_rl_saved_line_for_history;
205 HIST_ENTRY **hlist;
H A Dsignals.c453 register HIST_ENTRY *entry;
H A Dreadline.c83 extern void _rl_free_history_entry PARAMS((HIST_ENTRY *));
385 HIST_ENTRY *entry;
H A Dhistfile.c456 HIST_ENTRY **the_history; /* local */
H A Dkill.c559 register HIST_ENTRY *entry;
H A Dhistexpand.c136 HIST_ENTRY *entry;
/freebsd-11.0-release/lib/libedit/edit/readline/
H A Dreadline.h59 } HIST_ENTRY; typedef in typeref:struct:_hist_entry
155 HIST_ENTRY *current_history(void);
156 HIST_ENTRY *history_get(int);
157 HIST_ENTRY *remove_history(int);
158 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
161 HIST_ENTRY *previous_history(void);
162 HIST_ENTRY *next_history(void);
/freebsd-11.0-release/contrib/libreadline/examples/
H A Drltest.c48 extern HIST_ENTRY **history_list ();
80 HIST_ENTRY **list;
H A Dhistexamp.c87 register HIST_ENTRY **the_list;
109 HIST_ENTRY *entry = remove_history (which);
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dedit_readline.c95 HIST_ENTRY *h;
161 HIST_ENTRY *h;
/freebsd-11.0-release/lib/libedit/
H A Dreadline.c173 static HIST_ENTRY *_move_history(int);
194 static HIST_ENTRY *
198 static HIST_ENTRY rl_he;
570 HIST_ENTRY *rl_he;
1383 HIST_ENTRY *
1386 static HIST_ENTRY she;
1440 HIST_ENTRY *
1443 HIST_ENTRY *he;
1468 HIST_ENTRY *
1471 HIST_ENTRY *h
[all...]

Completed in 142 milliseconds