Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dsuff.c629 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&gn->cohorts)) in Suff_EndTransform()
635 if (!Lst_IsEmpty(&gn->commands) || !Lst_IsEmpty(&gn->children)) { in Suff_EndTransform()
858 if (!Lst_IsEmpty(&suff->searchPath->dirs)) { in Suff_ExtendPaths()
1087 while (!Lst_IsEmpty(sources)) { in FindThem()
1155 if (sgn->type & OP_OPTIONAL && Lst_IsEmpty(&tgn->commands)) { in FindCmds()
1216 while (!Lst_IsEmpty(&expansions)) { in ExpandWildcards()
1326 if (!Lst_IsEmpty(&cgn->order_pred) || !Lst_IsEmpty(&cgn->order_succ)) in ExpandChildren()
1365 while (!Lst_IsEmpty(&members)) { in ExpandChildren()
1681 if (!Lst_IsEmpty(targets) || nullSuff == NULL) in FindDepsRegularUnknown()
1695 if (Lst_IsEmpty(&gn->commands)) in FindDepsRegularUnknown()
[all …]
H A Dmake.c426 Lst_IsEmpty(&pgn->commands)) { in Make_HandleUse()
543 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children)) in Make_Recheck()
693 if (!Lst_IsEmpty(&cgn->parents)) in Make_Update()
1018 while (!Lst_IsEmpty(&toBeMade)) { in MakeStartJobs()
1245 while (!Lst_IsEmpty(&examine)) { in Make_ExpandUse()
1355 while (!Lst_IsEmpty(&examine)) { in Make_ProcessWait()
1402 while (!Lst_IsEmpty(&toBeMade) || jobTokensRunning > 0) { in Make_MakeParallel()
H A Dmain.c907 if (Lst_IsEmpty(&opts.create)) in MakeTargets()
937 if (Lst_IsEmpty(&opts.create)) { in InitVarTargets()
1198 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath, in ReadBuiltinRules()
1201 if (Lst_IsEmpty(&sysMkFiles)) in ReadBuiltinRules()
1496 if (Lst_IsEmpty(&sysIncPath->dirs)) in main_ReadFiles()
1504 if (!Lst_IsEmpty(&opts.makefiles)) in main_ReadFiles()
1697 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
H A Dlst.h124 Lst_IsEmpty(List *list) in Lst_IsEmpty() function
H A Darch.c376 while (!Lst_IsEmpty(&members)) { in Arch_ParseArchive()
982 if (!GNode_IsTarget(gn) && Lst_IsEmpty(&gn->children)) in Arch_LibOODate()
984 if ((!Lst_IsEmpty(&gn->children) && gn->youngestChild == NULL) || in Arch_LibOODate()
H A Dparse.c688 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts)) in LinkSource()
1011 if (!Lst_IsEmpty(&opts.create)) in HandleDependencyTargetSpecial()
1137 while (!Lst_IsEmpty(&targetNames)) { in HandleDependencyTargetMundane()
1316 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
1591 while (!Lst_IsEmpty(&sources)) { in ParseDependencySourcesMundane()
1713 if (!Lst_IsEmpty(targets)) in ParseDependency()
2735 if (!Lst_IsEmpty(&gn->commands)) in FinishDependencyGroup()
H A Dcompat.c505 if (Lst_IsEmpty(gnodes)) in MakeNodes()
755 while (!Lst_IsEmpty(targets)) { in Compat_MakeAll()
H A Djob.c1429 if (!Lst_IsEmpty(&gn->commands)) in Job_CheckCommands()
1431 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()
1438 if (defaultNode != NULL && !Lst_IsEmpty(&defaultNode->commands) && in Job_CheckCommands()
1737 if (Lst_IsEmpty(&gn->commands)) { in Job_Make()
2482 if (!Lst_IsEmpty(&dotEnd->commands) || in Job_MakeDotEnd()
2483 !Lst_IsEmpty(&dotEnd->children)) { in Job_MakeDotEnd()
H A Ddir.c579 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in Dir_SetSYSPATH()
1386 !Lst_IsEmpty(&gn->implicitParents)) in ResolveFullName()
1598 while (!Lst_IsEmpty(&path->dirs)) { in SearchPath_Clear()
H A Dmeta.c429 if (Lst_IsEmpty(&gn->commands)) { in meta_needed()
1372 if (Lst_IsEmpty(&metaBailiwick)) in meta_oodate()
1576 if (!Lst_IsEmpty(&missingFiles)) { in meta_oodate()
H A Dtarg.c350 if (Lst_IsEmpty(gnodes)) in PrintNodeNamesLine()
H A Dcond.c327 !Lst_IsEmpty(&gn->commands); in FuncCommands()