Lines Matching refs:shortopts
77 const char *shortopts; /* String defining the short options */ member
162 struct arg_lit* arg_lit0(const char* shortopts,
165 struct arg_lit* arg_lit1(const char* shortopts,
168 struct arg_lit* arg_litn(const char* shortopts,
186 struct arg_int* arg_int0(const char* shortopts,
190 struct arg_int* arg_int1(const char* shortopts,
194 struct arg_int* arg_intn(const char* shortopts,
201 struct arg_dbl* arg_dbl0(const char* shortopts,
205 struct arg_dbl* arg_dbl1(const char* shortopts,
209 struct arg_dbl* arg_dbln(const char* shortopts,
216 struct arg_str* arg_str0(const char* shortopts,
220 struct arg_str* arg_str1(const char* shortopts,
224 struct arg_str* arg_strn(const char* shortopts,
231 struct arg_rex* arg_rex0(const char* shortopts,
237 struct arg_rex* arg_rex1(const char* shortopts,
243 struct arg_rex* arg_rexn(const char* shortopts,
252 struct arg_file* arg_file0(const char* shortopts,
256 struct arg_file* arg_file1(const char* shortopts,
260 struct arg_file* arg_filen(const char* shortopts,
267 struct arg_date* arg_date0(const char* shortopts,
272 struct arg_date* arg_date1(const char* shortopts,
277 struct arg_date* arg_daten(const char* shortopts,
291 void arg_print_option(FILE *fp, const char *shortopts, const char *longopts, const char *datatype, …