Home
last modified time | relevance | path

Searched refs:VarSubstitute (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/make/
H A Dvarmodifiers.c132 static bool VarSubstitute(struct Name *, bool, Buffer, void *);
163 subst_mod = {get_spatternarg, NULL, VarSubstitute, free_patternarg},
446 VarSubstitute(struct Name *word, bool addSpace, Buffer buf, in VarSubstitute() function