Searched refs:Arch_ParseArchive (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/bmake/ |
| HD | nonints.h | 76 ReturnStatus Arch_ParseArchive(char **, Lst, GNode *);
|
| HD | arch.c | 288 Arch_ParseArchive(char **linePtr, Lst nodeLst, GNode *ctxt) in Arch_ParseArchive() function 434 } else if (Arch_ParseArchive(&sacrifice, nodeLst, ctxt)!=SUCCESS) { in Arch_ParseArchive()
|
| HD | parse.c | 1258 if (Arch_ParseArchive(&line, targets, VAR_CMD) != SUCCESS) { in ParseDoDependency() 1700 if (Arch_ParseArchive(&line, sources, VAR_CMD) != SUCCESS) { in ParseDoDependency()
|
| HD | suff.c | 1572 (void)Arch_ParseArchive(&sacrifice, members, pgn); in SuffExpandChildren()
|