#include <common/main.h>
Go to the source code of this file.
Functions | |
void | option_progname_set (char *) |
char * | option_progname_get (void) |
void | option_verbose_set (void(*)(void)) |
int | option_verbose_get (void) |
void | option_unformatted_set (void(*)(void)) |
int | option_unformatted_get (void) |
void | option_terse_set (void(*)(void)) |
int | option_terse_get (void) |
void | option_page_width_set (int columns, void(*usage)(void)) |
void | option_page_length_set (int rows, void(*usage)(void)) |
void | option_tab_width_set (int, void(*)(void)) |
int | option_tab_width_get (void) |
void | option_page_headers_set (int, void(*)(void)) |
int | option_page_headers_get (void) |
void | option_signed_off_by_argument (void(*)(void)) |
bool | option_signed_off_by_get (bool dflt) |
int option_page_headers_get | ( | void | ) |
void option_page_headers_set | ( | int | , | |
void(*)(void) | ||||
) |
void option_page_length_set | ( | int | rows, | |
void(*)(void) | usage | |||
) |
void option_page_width_set | ( | int | columns, | |
void(*)(void) | usage | |||
) |
char* option_progname_get | ( | void | ) |
void option_progname_set | ( | char * | ) |
void option_signed_off_by_argument | ( | void(*)(void) | ) |
bool option_signed_off_by_get | ( | bool | dflt | ) |
int option_tab_width_get | ( | void | ) |
void option_tab_width_set | ( | int | , | |
void(*)(void) | ||||
) |
int option_terse_get | ( | void | ) |
void option_terse_set | ( | void(*)(void) | ) |
int option_unformatted_get | ( | void | ) |
void option_unformatted_set | ( | void(*)(void) | ) |
int option_verbose_get | ( | void | ) |
void option_verbose_set | ( | void(*)(void) | ) |