Searched refs:Lst_First (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/bmake/lst.lib/ |
| H A D | lstFirst.c | 69 Lst_First(Lst l) in Lst_First() function
|
| H A D | lstForEach.c | 74 return Lst_ForEachFrom(l, Lst_First(l), proc, d); in Lst_ForEach()
|
| H A D | lstFind.c | 72 return (Lst_FindFrom(l, Lst_First(l), d, cProc)); in Lst_Find()
|
| H A D | lstAtFront.c | 74 front = Lst_First(l); in Lst_AtFront()
|
| H A D | lstDeQueue.c | 75 tln = Lst_First(l); in Lst_DeQueue()
|
| /freebsd-12.1/contrib/bmake/ |
| H A D | lst.h | 135 LstNode Lst_First(Lst);
|
| H A D | make.c | 724 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 D | dir.c | 477 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 D | suff.c | 1976 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 D | meta.c | 1116 ln = Lst_First(gn->commands); in meta_oodate() 1545 fname, (char *)Lst_Datum(Lst_First(missingFiles))); in meta_oodate()
|
| H A D | main.c | 897 for (ln = Lst_First(variables); ln != NULL; in doPrintVars() 1313 for (ln = Lst_First(create); ln != NULL; in main()
|