Searched refs:Arch_ParseArchive (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/bmake/ |
| D | nonints.h | 76 ReturnStatus Arch_ParseArchive(char **, Lst, GNode *);
|
| D | arch.c | 285 Arch_ParseArchive(char **linePtr, Lst nodeLst, GNode *ctxt) in Arch_ParseArchive() function 434 } else if (Arch_ParseArchive(&sacrifice, nodeLst, ctxt)!=SUCCESS) { in Arch_ParseArchive()
|
| D | parse.c | 1282 if (Arch_ParseArchive(&line, targets, VAR_CMD) != SUCCESS) { in ParseDoDependency() 1732 if (Arch_ParseArchive(&line, sources, VAR_CMD) != SUCCESS) { in ParseDoDependency()
|
| D | suff.c | 1573 (void)Arch_ParseArchive(&sacrifice, members, pgn); in SuffExpandChildren()
|