config_file: rename cvar_t struct to config_entry_list
The `cvar_t` structure is really awkward to grasp, because its name actively hinders discovery of what it actually is. As it is nothing more than a singly-linked list of configuration entries, name rename it to just that: `config_entry_list`.
Showing
Please
register
or
sign in
to comment