Searched refs:opt_desc (Results 1 – 3 of 3) sorted by relevance
37 static constant char * opt_desc(struct loption *o)95 printopt = opt_desc(pendopt); in scan_option() 331 parg.p_string = opt_desc(o); in toggle_option() 338 parg.p_string = opt_desc(o); in toggle_option() 575 nostring(opt_desc(pendopt)); in optstring() 38 static char * opt_desc(struct loption *o) opt_desc() function
437 typedef struct opt_desc tOptDesc;519 struct opt_desc { struct
6016 const char *opt_desc[] = { in allow_usage() local6028 size_t unallow_size = sizeof (opt_desc) / sizeof (char *); in allow_usage()6041 const char *opt = opt_desc[i]; in allow_usage()6042 const char *optdsc = opt_desc[i + 1]; in allow_usage()