Home
last modified time | relevance | path

Searched refs:Lst_IsEmpty (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Dsuff.c650 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&gn->cohorts)) in Suff_EndTransform()
656 if (!Lst_IsEmpty(&gn->commands) || !Lst_IsEmpty(&gn->children)) { in Suff_EndTransform()
891 if (!Lst_IsEmpty(&suff->searchPath->dirs)) { in Suff_ExtendPaths()
1125 while (!Lst_IsEmpty(srcs)) { in FindThem()
1256 while (!Lst_IsEmpty(&expansions)) { in ExpandWildcards()
1366 if (!Lst_IsEmpty(&cgn->order_pred) || !Lst_IsEmpty(&cgn->order_succ)) in ExpandChildren()
1407 while (!Lst_IsEmpty(&members)) { in ExpandChildren()
1738 if (!Lst_IsEmpty(targs) || nullSuff == NULL) in FindDepsRegularUnknown()
1752 if (Lst_IsEmpty(&gn->commands)) in FindDepsRegularUnknown()
1928 if (!Lst_IsEmpty(&gn->children)) { in FindDepsRegular()
[all …]
H A Dmake.c424 Lst_IsEmpty(&pgn->commands)) { in Make_HandleUse()
549 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children)) { in Make_Recheck()
701 if (!Lst_IsEmpty(&cgn->parents)) in Make_Update()
1026 while (!Lst_IsEmpty(&toBeMade)) { in MakeStartJobs()
1265 while (!Lst_IsEmpty(&examine)) { in Make_ExpandUse()
1380 while (!Lst_IsEmpty(&examine)) { in Make_ProcessWait()
1473 while (!Lst_IsEmpty(&toBeMade) || jobTokensRunning > 0) { in Make_Run()
H A Dlst.h133 Lst_IsEmpty(List *list) in Lst_IsEmpty() function
H A Dmain.c905 if (Lst_IsEmpty(&opts.create)) in runTargets()
943 if (Lst_IsEmpty(&opts.create)) { in InitVarTargets()
1210 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath, in ReadBuiltinRules()
1213 if (Lst_IsEmpty(&sysMkFiles)) in ReadBuiltinRules()
1508 if (Lst_IsEmpty(&sysIncPath->dirs)) in main_ReadFiles()
1516 if (!Lst_IsEmpty(&opts.makefiles)) in main_ReadFiles()
1692 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
H A Darch.c398 while (!Lst_IsEmpty(&members)) { in Arch_ParseArchive()
1101 } else if (!GNode_IsTarget(gn) && Lst_IsEmpty(&gn->children)) { in Arch_LibOODate()
1103 } else if ((!Lst_IsEmpty(&gn->children) && gn->youngestChild == NULL) || in Arch_LibOODate()
H A Dparse.c630 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts)) in LinkSource()
965 if (!Lst_IsEmpty(&opts.create)) in HandleDependencyTargetSpecial()
1091 while (!Lst_IsEmpty(&targetNames)) { in HandleDependencyTargetMundane()
1270 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
1550 while (!Lst_IsEmpty(&sources)) { in ParseDependencySourcesMundane()
1672 if (!Lst_IsEmpty(targets)) in ParseDependency()
2741 if (!Lst_IsEmpty(&gn->commands)) in FinishDependencyGroup()
H A Djob.c1363 if (!Lst_IsEmpty(&gn->commands)) in Job_CheckCommands()
1365 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()
1372 if (defaultNode != NULL && !Lst_IsEmpty(&defaultNode->commands) && in Job_CheckCommands()
1708 if (Lst_IsEmpty(&gn->commands)) { in JobStart()
2652 if (!Lst_IsEmpty(&endNode->commands) || in Job_Finish()
2653 !Lst_IsEmpty(&endNode->children)) { in Job_Finish()
H A Dcompat.c516 if (Lst_IsEmpty(gnodes)) in MakeNodes()
770 while (!Lst_IsEmpty(targs)) { in Compat_MakeAll()
H A Dmeta.c425 if (Lst_IsEmpty(&gn->commands)) { in meta_needed()
1366 if (Lst_IsEmpty(&metaBailiwick)) in meta_oodate()
1570 if (!Lst_IsEmpty(&missingFiles)) { in meta_oodate()
H A Dtarg.c357 if (Lst_IsEmpty(gnodes)) in PrintNodeNamesLine()
H A Ddir.c1463 !Lst_IsEmpty(&gn->implicitParents)) in ResolveFullName()
1683 while (!Lst_IsEmpty(&path->dirs)) { in SearchPath_Clear()
H A Dcond.c346 !Lst_IsEmpty(&gn->commands); in FuncCommands()