Searched refs:opt_desc (Results 1 – 3 of 3) sorted by relevance
38 static constant char * opt_desc(struct loption *o) in opt_desc() function95 printopt = opt_desc(pendopt); in scan_option()336 parg.p_string = opt_desc(o); in toggle_option()343 parg.p_string = opt_desc(o); in toggle_option()440 if (!getnumc(&s, opt_desc(o), (o->otype & O_NEGOK) != 0, o->ovar)) in toggle_option()579 nostring(opt_desc(pendopt)); in nopendopt()
437 typedef struct opt_desc tOptDesc;519 struct opt_desc { struct
6008 const char *opt_desc[] = { in allow_usage() local6020 size_t unallow_size = sizeof (opt_desc) / sizeof (char *); in allow_usage()6033 const char *opt = opt_desc[i]; in allow_usage()6034 const char *optdsc = opt_desc[i + 1]; in allow_usage()