Searched refs:Dir_Expandi (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/usr.bin/make/ |
| D | dir.h | 115 extern void Dir_Expandi(const char *, const char *, Lst, Lst); 116 #define Dir_Expand(n, l1, l2) Dir_Expandi(n, strchr(n, '\0'), l1, l2)
|
| D | dir.c | 606 Dir_Expandi(const char *word, const char *eword, Lst path, Lst expansions) in Dir_Expandi() function
|