|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
ENVIRONMENT section generator for man pages. More...
Go to the source code of this file.
Data Structures | |
| struct | env_var_entry_t |
| Environment variable entry for manpage generation. More... | |
Functions | |
| char * | manpage_content_generate_environment (const options_config_t *config) |
| char * | manpage_content_generate_environment_with_manual (const options_config_t *config, const char **manual_vars, size_t manual_count, const char **manual_descs) |
| void | manpage_content_free_environment (char *content) |
ENVIRONMENT section generator for man pages.
Definition in file environment.c.
| void manpage_content_free_environment | ( | char * | content | ) |
Definition at line 151 of file environment.c.
Referenced by options_config_generate_manpage_merged(), and options_config_generate_manpage_template().
| char * manpage_content_generate_environment | ( | const options_config_t * | config | ) |
Definition at line 14 of file environment.c.
References safe_snprintf().
Referenced by options_config_generate_manpage_template().
| char * manpage_content_generate_environment_with_manual | ( | const options_config_t * | config, |
| const char ** | manual_vars, | ||
| size_t | manual_count, | ||
| const char ** | manual_descs | ||
| ) |
Definition at line 74 of file environment.c.
References env_var_entry_t::description, env_var_entry_t::name, env_var_entry_t::option_long_name, and safe_snprintf().
Referenced by options_config_generate_manpage_merged().