|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Master registry composition - combines all category arrays. More...
Go to the source code of this file.
Variables | |
| category_builder_t | g_category_builders [] |
| registry_entry_t | g_options_registry [2048] |
| size_t | g_registry_size = 0 |
| bool | g_metadata_populated = false |
Master registry composition - combines all category arrays.
This file contains the master registry that combines all category-specific option arrays into a single unified registry. It does not implement any logic, only data composition.
Definition in file registry.c.
| category_builder_t g_category_builders[] |
Definition at line 26 of file registry.c.
Referenced by registry_init_from_builders().
Definition at line 38 of file registry.c.
Referenced by registry_init_size().
| registry_entry_t g_options_registry[2048] |
Definition at line 35 of file registry.c.
Referenced by options_get_help_text(), options_registry_add_all_to_builder(), options_registry_get_binary_options(), options_registry_get_for_display(), options_registry_get_for_mode(), options_registry_get_metadata(), options_registry_get_raw(), registry_find_entry_by_name(), registry_find_entry_by_short(), registry_init_from_builders(), registry_init_size(), and registry_validate_unique_options().
| size_t g_registry_size = 0 |
Definition at line 37 of file registry.c.
Referenced by options_get_help_text(), options_registry_add_all_to_builder(), options_registry_get_binary_options(), options_registry_get_count(), options_registry_get_for_display(), options_registry_get_for_mode(), options_registry_get_metadata(), and registry_init_size().