HomeSort by: relevance | last modified time | path
    Searched refs:expansions (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/
dir.c 635 * to 'expansions' if they do.
644 DirMatchFiles(const char *pattern, CachedDir *dir, StringList *expansions)
682 Lst_Append(expansions, fullName);
754 * textual, the expansions are not looked up in the file system. But if an
766 * expansions Place to store the expansions
770 StringList *expansions)
800 SearchPath_Expand(path, file, expansions);
803 Lst_Append(expansions, file);
814 DirExpandPath(const char *pattern, SearchPath *path, StringList *expansions)
    [all...]
suff.c 1207 StringList expansions; local
1213 Lst_Init(&expansions);
1214 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions); local
1216 while (!Lst_IsEmpty(&expansions)) {
1221 char *name = Lst_Dequeue(&expansions);
1233 Lst_Done(&expansions);
  /src/usr.bin/make/unit-tests/
dep-var.mk 49 # The number of actual expansions is way more than one might expect,
posix1.mk 45 # ${VAR}. s1 and s2 may contain macro expansions.
varmod-sysv.mk 235 # of removing one of the expansions.

Completed in 25 milliseconds