Searched refs:OPT_PARAM_STR (Results 1 – 4 of 4) sorted by relevance
335 extern const char OPT_PARAM_STR[];402 #define OPT_PARAMETERS() { OPT_PARAM_STR, 1, '-', "Parameters:\n" }
35 const char OPT_PARAM_STR[] = "-P"; variable173 for (; o->name != NULL && o->name != OPT_PARAM_STR; ++o) { in opt_init()1161 } else if (o->name == OPT_PARAM_STR) { in opt_print()1236 if (o->name == OPT_PARAM_STR) in opt_help()
186 the options and are indicated by using B<OPT_PARAM_STR> or the190 {OPT_PARAM_STR, 1, '-', "Parameters:\n"}
1154 if (o->name == OPT_PARAM_STR) in list_options_for_command()