ELinks 0.16.1.1
|
#include "util/lists.h"
Data Structures | |
struct | input_history_entry |
struct | input_history |
Macros | |
#define | INIT_INPUT_HISTORY(history) |
#define | add_to_history_list(history, entry) |
#define | del_from_history_list(history, entry) |
Functions | |
void | add_to_input_history (struct input_history *, char *, int) |
void | do_tab_compl (struct dialog_data *, struct input_history_entry list *) |
void | do_tab_compl_file (struct dialog_data *, struct input_history_entry list *) |
void | do_tab_compl_unambiguous (struct dialog_data *, struct input_history_entry list *) |
int | load_input_history (struct input_history *history, const char *filename) |
int | save_input_history (struct input_history *history, const char *filename) |
void | dlg_set_history (struct widget_data *) |
#define add_to_history_list | ( | history, | |
entry ) |
#define del_from_history_list | ( | history, | |
entry ) |
#define INIT_INPUT_HISTORY | ( | history | ) |
void add_to_input_history | ( | struct input_history * | history, |
char * | data, | ||
int | check_duplicate ) |
void dlg_set_history | ( | struct widget_data * | widget_data | ) |
void do_tab_compl | ( | struct dialog_data * | dlg_data, |
struct input_history_entry list * | history ) |
void do_tab_compl_file | ( | struct dialog_data * | dlg_data, |
struct input_history_entry list * | history ) |
void do_tab_compl_unambiguous | ( | struct dialog_data * | dlg_data, |
struct input_history_entry list * | history ) |
int load_input_history | ( | struct input_history * | history, |
const char * | filename ) |
int save_input_history | ( | struct input_history * | history, |
const char * | filename ) |