Home | History | Annotate | Download | only in gold

Lines Matching full:shortname

127 // Most options have both a shortname (one letter) and a longname.
143 // SHORTNAME is the short-name of the option, as a char, or '\0' if the
150 // --help output is "-shortname HELPARG, --longname HELPARG: HELPSTRING"
163 char shortname;
172 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""),
234 Struct_special(const char* varname, Dashes dashes, char shortname,
237 : option(varname, dashes, shortname, "", helpstring, helparg, false, this),
630 // the alphabet, we show the option whose shortname is that letter