Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dvarmodifiers.c115 static bool VarMatch(struct Name *, bool, Buffer, void *);
161 match_mod = {get_stringarg, NULL, VarMatch, free_stringarg},
296 VarMatch(struct Name *word, bool addSpace, Buffer buf, void *pattern) in VarMatch() function