18#include "manage_local_proto.h"
75 for (len = 0, n = 0; n <
nlist; n++)
81 for (n = 0; n <
nlist; n++) {
109 const char *
str_all =
"all;all types";
111 for (len = 0, n = 0; n <
nlist; n++) {
119 for (n = 0; n <
nlist; n++) {
struct Option * G_define_option(void)
Initializes an Option struct.
int G_asprintf(char **, const char *,...) __attribute__((format(printf
const char * M_get_option_desc(int do_all)
Get list of element desc separated by comma.
struct Option * M_define_option(int n, const char *desc, int multiple)
Define option for parser.
const char * M_get_options(int do_all)
Get list of element types separated by comma.
Structure that stores option information.