Home
last modified time | relevance | path

Searched refs:Arch_ParseArchive (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/make/
H A Dnonints.h16 ReturnStatus Arch_ParseArchive __P((char **, Lst, GNode *));
H A Darch.c144 Arch_ParseArchive (linePtr, nodeLst, ctxt) in Arch_ParseArchive() function
293 } else if (Arch_ParseArchive(&sacrifice, nodeLst, ctxt)!=SUCCESS) {
H A Dparse.c714 if (Arch_ParseArchive (&line, targets, VAR_CMD) != SUCCESS) {
1112 if (Arch_ParseArchive (&line, sources, VAR_CMD) != SUCCESS) {
H A Dsuff.c1326 (void)Arch_ParseArchive(&sacrifice, members, pgn);