|
ELinks 0.19.1
|

Data Fields | |
| struct conf_parsing_pos | pos |
| This part may be copied to a local variable as a bookmark and restored later. | |
| char * | mirrored |
When ELinks is rewriting the configuration file, mirrored indicates the end of the part that has already been copied to the mirror string. | |
| const char * | filename |
| File name for error messages. | |
| int | exmode |
| int conf_parsing_state::exmode |
| const char* conf_parsing_state::filename |
File name for error messages.
If NULL then do not display error messages.
| char* conf_parsing_state::mirrored |
When ELinks is rewriting the configuration file, mirrored indicates the end of the part that has already been copied to the mirror string.
Otherwise, mirrored is not used.
mirrored <= pos.look | struct conf_parsing_pos conf_parsing_state::pos |
This part may be copied to a local variable as a bookmark and restored later.
So it must not contain any pointers that would have to be freed in that situation.