Searched refs:HIST_ENTRY (Results 1 – 18 of 18) sorted by relevance
62 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 …]
47 } HIST_ENTRY; typedef51 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));
60 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 …]
56 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;
60 extern HIST_ENTRY *_rl_saved_line_for_history;166 HIST_ENTRY **hlist;
71 HIST_ENTRY **the_history; /* local */
78 extern void _rl_free_history_entry PARAMS((HIST_ENTRY *));362 HIST_ENTRY *entry;
385 register HIST_ENTRY *entry; in rl_free_line_state()
406 HIST_ENTRY **the_history; /* local */
520 register HIST_ENTRY *entry;
134 HIST_ENTRY *entry;
59 } HIST_ENTRY; typedef152 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);
42 extern HIST_ENTRY **history_list ();74 HIST_ENTRY **list; in main()
84 register HIST_ENTRY **the_list;97 HIST_ENTRY *entry = remove_history (which);
192 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 …]
88 @} 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 …]
72 HIST_ENTRY *he; in check_current()91 HIST_ENTRY *he; in check_get()
5354 history_get be HIST_ENTRY, rather than struct _hist_entry.