Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/make/
Dvarmodifiers.c135 static char *VarQuote(const char *, const struct Name *, void *);
165 quote_mod = {check_quote, VarQuote, NULL , free},
837 VarQuote(const char *str, const struct Name *n UNUSED, void *islistp) in VarQuote() function