Home
last modified time | relevance | path

Searched refs:Lst_First (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/bmake/lst.lib/
H A DlstFirst.c69 Lst_First(Lst l) in Lst_First() function
H A DlstForEach.c74 return Lst_ForEachFrom(l, Lst_First(l), proc, d); in Lst_ForEach()
H A DlstFind.c72 return (Lst_FindFrom(l, Lst_First(l), d, cProc)); in Lst_Find()
H A DlstAtFront.c74 front = Lst_First(l); in Lst_AtFront()
H A DlstDeQueue.c75 tln = Lst_First(l); in Lst_DeQueue()
/freebsd-12.1/contrib/bmake/
H A Dlst.h135 LstNode Lst_First(Lst);
H A Dmake.c724 Lst_ForEach(centurion->order_succ, MakeBuildParent, Lst_First(toBeMade)); in Make_Update()
1109 Lst_ForEach(gn->children, MakeBuildChild, Lst_First(toBeMade)); in MakeStartJobs()
1448 owln = Lst_First(pgn->children); in Make_ProcessWait()
H A Ddir.c477 if ((ln = Lst_First(dirSearchPath)) != NULL) { in Dir_SetPATH()
1165 if ((ln = Lst_First(path)) != NULL) { in Dir_FindFile()
1838 for (ln = Lst_First(path2); ln != NULL; ln = Lst_Succ(ln)) { in Dir_Concat()
H A Dsuff.c1976 for (ln = Lst_First(gn->children); ln != NULL; ln = nln) { in SuffFindArchiveDeps()
2074 ln = Lst_First(sufflist); in SuffFindNormalDeps()
2202 targ = (Src *)Lst_Datum(Lst_First(targs)); in SuffFindNormalDeps()
2225 for (ln = Lst_First(gn->children); ln != NULL; ln = nln) { in SuffFindNormalDeps()
H A Dmeta.c1116 ln = Lst_First(gn->commands); in meta_oodate()
1545 fname, (char *)Lst_Datum(Lst_First(missingFiles))); in meta_oodate()
H A Dmain.c897 for (ln = Lst_First(variables); ln != NULL; in doPrintVars()
1313 for (ln = Lst_First(create); ln != NULL; in main()