|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Environment variable entry for manpage generation. More...
Data Fields | |
| const char * | name |
| Environment variable name. | |
| const char * | description |
| Description text. | |
| const char * | option_long_name |
| Long option name (for "(see --option)" suffix), or NULL for manual. | |
Environment variable entry for manpage generation.
Definition at line 61 of file environment.c.
| const char* env_var_entry_t::description |
Description text.
Definition at line 63 of file environment.c.
Referenced by manpage_content_generate_environment_with_manual().
| const char* env_var_entry_t::name |
Environment variable name.
Definition at line 62 of file environment.c.
Referenced by manpage_content_generate_environment_with_manual().
| const char* env_var_entry_t::option_long_name |
Long option name (for "(see --option)" suffix), or NULL for manual.
Definition at line 64 of file environment.c.
Referenced by manpage_content_generate_environment_with_manual().