Searched defs:opt_desc (Results 1 – 3 of 3) sorted by relevance
519 struct opt_desc { struct521 uint16_t const optIndex;523 uint16_t const optValue;533 uint16_t const optMinCt;535 uint16_t const optMaxCt;537 uint16_t optOccCt;542 uint32_t optUsage;544 opt_arg_union_t optArg;562 char const * const pzText;565 char const * const pz_NAME;[all …]
38 static char * opt_desc(struct loption *o) in opt_desc() function
5757 const char *opt_desc[] = { in allow_usage() local