Home | History | Annotate | Download | only in config

Lines Matching full:negated

5801      whether the option was negated.  */
5806 negated, and the NOTARG field otherwise. */
5812 /* The value to assign to *PVAR if the option is negated. If PFN is
5814 the option may not be negated. */
5916 as_bad (_("option `%s' may not be negated"), s);
7404 'c'. We also allow a 'c' in the same place. if NEGATED is
7405 non-zero, we accept a leading 'no-' and *NEGATED is set to true, if
7406 the option is indeed negated. */
7410 int allow_m, int *negated)
7412 /* allow negated value? */
7413 if (negated)
7415 *negated = 0;
7420 *negated = 1;
7493 int negated;
7496 ext = m68k_lookup_cpu (name, m68k_extensions, allow_m, &negated);
7505 if (negated)