Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dvarmodifiers.c116 static bool VarSYSVMatch(struct Name *, bool, Buffer, void *);
173 sysv_mod = {get_sysvpattern, NULL, VarSYSVMatch, free_patternarg}
337 VarSYSVMatch(struct Name *word, bool addSpace, Buffer buf, void *patp) in VarSYSVMatch() function