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

/freebsd-10-stable/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;
455 HIST_ENTRY *temp;
459 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-10-stable/lib/libedit/edit/readline/
H A Dreadline.h60 } HIST_ENTRY; typedef in typeref:struct:_hist_entry
153 HIST_ENTRY *current_history(void);
154 HIST_ENTRY *history_get(int);
155 HIST_ENTRY *remove_history(int);
157 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
160 HIST_ENTRY *previous_history(void);
161 HIST_ENTRY *next_history(void);
/freebsd-10-stable/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-10-stable/contrib/wpa/src/utils/
H A Dedit_readline.c95 HIST_ENTRY *h;
161 HIST_ENTRY *h;
/freebsd-10-stable/lib/libedit/
H A Dreadline.c167 static HIST_ENTRY *_move_history(int);
188 static HIST_ENTRY *
192 static HIST_ENTRY rl_he;
195 return (HIST_ENTRY *) NULL;
518 HIST_ENTRY *rl_he;
1325 HIST_ENTRY *
1328 static HIST_ENTRY she;
1385 HIST_ENTRY *
1388 HIST_ENTRY *he;
1413 HIST_ENTRY *
[all...]

Completed in 62 milliseconds