Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h58 } HIST_ENTRY; typedef
154 HIST_ENTRY *current_history(void);
155 HIST_ENTRY *history_get(int);
156 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);
/external/libedit/src/
Dreadline.c175 static HIST_ENTRY *_move_history(int);
196 static HIST_ENTRY *
200 static HIST_ENTRY rl_he; in _move_history()
534 HIST_ENTRY *rl_he; in get_history_event()
1346 HIST_ENTRY *
1349 static HIST_ENTRY she; in history_get()
1403 HIST_ENTRY *
1406 HIST_ENTRY *he; in remove_history()
1431 HIST_ENTRY *
1434 HIST_ENTRY *he; in replace_history_entry()
[all …]
/external/wpa_supplicant_8/src/utils/
Dedit_readline.c95 HIST_ENTRY *h; in readline_cmd_handler()
161 HIST_ENTRY *h; in edit_deinit()
/external/libedit/examples/
Dfileman.c328 HIST_ENTRY *he; in com_history()