Searched refs:OPT_PARAM_STR (Results 1 – 4 of 4) sorted by relevance
306 extern const char OPT_PARAM_STR[];354 #define OPT_PARAMETERS() { OPT_PARAM_STR, 1, '-', "Parameters:\n" }
35 const char OPT_PARAM_STR[] = "-P"; variable174 for (; o->name != NULL && o->name != OPT_PARAM_STR; ++o) { in opt_init()1073 if (o->name == OPT_PARAM_STR) { in opt_print()1142 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"}
1000 if (o->name == OPT_PARAM_STR) in list_options_for_command()