HomeSort by: relevance | last modified time | path
    Searched refs:ApplyModifiers (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/unit-tests/
vardebug.mk 47 .if ${VAR:tu:tl:Q} # ApplyModifiers
50 # ApplyModifiers, "Got ..."
varparse-mod.mk 13 # bottom of ApplyModifiers) and continues with the next modifier, in this case
varmod-indirect.mk 229 # Implementation detail: when ApplyModifiersIndirect calls ApplyModifiers
242 # This is because when ApplyModifiersIndirect calls ApplyModifiers, it passes
varmod-subst.mk 243 # and then just returns to ApplyModifiers. There, the colon is optionally
  /src/usr.bin/make/
var.c 151 * as ${UNDEF:Ufallback} in Var_Parse and ApplyModifiers.
1949 * this is done by ApplyModifiers.
1962 * parsing position is well-known in ApplyModifiers.)
3918 static void ApplyModifiers(Expr *, const char **, char, char);
3961 ApplyModifiers(expr, &modsp, '\0', '\0');
4069 ApplyModifiers(
4661 ApplyModifiers(&expr, &em, '\0', '\0');
4666 ApplyModifiers(&expr, &p, startc, endc);

Completed in 16 milliseconds