|
ELinks 0.19.1
|
#include <options.h>

Data Fields | |
| struct option list * | tree |
| The OPT_TREE list_head is allocated. | |
| int | number |
| Used by OPT_BOOL, OPT_INT, OPT_CODEPAGE and OPT_LANGUAGE. | |
| intptr_t | big_number |
| Used by OPT_LONG. | |
| color_T | color |
| The OPT_COLOR value. | |
| option_command_fn_T * | command |
| The OPT_COMMAND value. | |
| char * | string |
| The OPT_STRING string is allocated and has length MAX_STR_LEN. | |
| intptr_t option_value::big_number |
Used by OPT_LONG.
| option_command_fn_T* option_value::command |
The OPT_COMMAND value.
| int option_value::number |
Used by OPT_BOOL, OPT_INT, OPT_CODEPAGE and OPT_LANGUAGE.
| char* option_value::string |
The OPT_STRING string is allocated and has length MAX_STR_LEN.
The OPT_ALIAS string is NOT allocated, has variable length (option.max) and should remain untouched! It contains the full path to the "real" / aliased option.
| struct option list* option_value::tree |
The OPT_TREE list_head is allocated.
XXX: Keep first to make options_root initialization possible.