opt_desc_short 436 lib/common/options.c const char *opt_desc_short = option_list[lpc].description_short; opt_desc_short 440 lib/common/options.c CRM_ASSERT((opt_desc_short != NULL) || (opt_desc_long != NULL)); opt_desc_short 442 lib/common/options.c if (opt_desc_short == NULL) { opt_desc_short 443 lib/common/options.c opt_desc_short = opt_desc_long; opt_desc_short 445 lib/common/options.c opt_desc_long = opt_desc_short; opt_desc_short 454 lib/common/options.c add_desc(s, "shortdesc", opt_desc_short, NULL, " ");