ELinks 0.18.0
|
Enumerations | |
enum | parse_error { ERROR_NONE , ERROR_COMMAND , ERROR_PARSE , ERROR_OPTION , ERROR_VALUE , ERROR_NOMEM } |
Functions | |
void | load_config (void) |
void | parse_config_file (struct option *options, const char *name, char *file, struct string *mirror, int is_system_conf) |
int | write_config (struct terminal *) |
char * | create_config_string (const char *prefix, const char *name) |
char * | create_about_config_string (void) |
void | set_option_or_save (const char *str) |
struct string * | wrap_option_desc (struct string *out, const char *src, const struct string *indent, int maxwidth) |
enum parse_error |
char * create_about_config_string | ( | void | ) |
char * create_config_string | ( | const char * | prefix, |
const char * | name ) |
void load_config | ( | void | ) |
void parse_config_file | ( | struct option * | options, |
const char * | name, | ||
char * | file, | ||
struct string * | mirror, | ||
int | is_system_conf ) |
void set_option_or_save | ( | const char * | str | ) |
struct string * wrap_option_desc | ( | struct string * | out, |
const char * | src, | ||
const struct string * | indent, | ||
int | maxwidth ) |
int write_config | ( | struct terminal * | term | ) |