Home | History | Annotate | Download | only in config

Lines Matching refs:negated

5804      whether the option was negated.  */
5809 negated, and the NOTARG field otherwise. */
5815 /* The value to assign to *PVAR if the option is negated. If PFN is
5817 the option may not be negated. */
5920 as_bad (_("option `%s' may not be negated"), s);
7408 'c'. We also allow a 'c' in the same place. if NEGATED is
7409 non-zero, we accept a leading 'no-' and *NEGATED is set to true, if
7410 the option is indeed negated. */
7414 int allow_m, int *negated)
7416 /* allow negated value? */
7417 if (negated)
7419 *negated = 0;
7424 *negated = 1;
7497 int negated;
7500 ext = m68k_lookup_cpu (name, m68k_extensions, allow_m, &negated);
7509 if (negated)