| HD | dir.c | 533 DirMatchFiles(const char *pattern, Path *p, Lst expansions) in DirMatchFiles() argument 555 (void)Lst_AtEnd(expansions, in DirMatchFiles() 587 DirExpandCurly(const char *word, const char *brace, Lst path, Lst expansions) in DirExpandCurly() argument 659 Dir_Expand(file, path, expansions); in DirExpandCurly() 668 (void)Lst_AtEnd(expansions, file); in DirExpandCurly() 699 DirExpandInt(const char *word, Lst path, Lst expansions) in DirExpandInt() argument 707 DirMatchFiles(word, p, expansions); in DirExpandInt() 756 Dir_Expand(const char *word, Lst path, Lst expansions) in Dir_Expand() argument 766 DirExpandCurly(word, cp, path, expansions); in Dir_Expand() 783 DirExpandCurly(word, cp, path, expansions); in Dir_Expand() [all …]
|