Searched refs:dashes (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Doptions.cc81 // TWO_DASHES means that two dashes are preferred, but one is ok too.
106 gold_assert(this->dashes != DASH_Z);
117 switch (this->dashes)
136 len += printf("%c%s", this->dashes == options::DASH_Z ? '=' : ' ',
859 if (this_argv[0] != '-') // no dashes at all: had better be "-z <longopt>"
861 if (retval->dashes != gold::options::DASH_Z)
866 if (retval->dashes != gold::options::ONE_DASH
867 && retval->dashes != gold::options::EXACTLY_ONE_DASH
868 && retval->dashes != gold::options::TWO_DASHES)
871 else // two dashes (o
[all...]
H A Doptions.h128 // This enum controls how many dashes are expected for longname access
132 // longnames require two dashes, and some require only one. The
139 // LONGNAME is the long-name of the option with dashes converted to
164 Dashes dashes; member in struct:gold::options::One_option
176 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""),
180 // In longname, we convert all underscores to dashes, since GNU
181 // style uses dashes in option names. longname is likely to have
219 // including leading dashes, and any text following the option:
239 Struct_special(const char* varname, Dashes dashes, char shortname, argument
242 : option(varname, dashes, shortnam
[all...]
/haiku-buildtools/gcc/libbacktrace/
H A DMakefile.in568 dashes="$$banner"; \
577 dashes="$$skipped"; \
583 dashes="$$report"; \
585 dashes=`echo "$$dashes" | sed s/./=/g`; \
587 echo "$$grn$$dashes"; \
589 echo "$$red$$dashes"; \
594 echo "$$dashes$$std"; \
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex5325 % On the other hand, if an argument has two dashes (for instance), we
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex5513 % On the other hand, if an argument has two dashes (for instance), we
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex5835 % On the other hand, if an argument has two dashes (for instance), we
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex6694 % On the other hand, if an argument has two dashes (for instance), we
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex6455 % On the other hand, if an argument has two dashes (for instance), we
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex6698 % On the other hand, if an argument has two dashes (for instance), we
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex7025 % On the other hand, if an argument has two dashes (for instance), we
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex7025 % On the other hand, if an argument has two dashes (for instance), we
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex7035 % On the other hand, if an argument has two dashes (for instance), we

Completed in 312 milliseconds