Home
last modified time | relevance | path

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

/dragonfly/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()
1368 if (!Lst_IsEmpty(&cgn->order_pred) || !Lst_IsEmpty(&cgn->order_succ)) in ExpandChildren()
1409 while (!Lst_IsEmpty(&members)) { in ExpandChildren()
1740 if (!Lst_IsEmpty(targs) || nullSuff == NULL) in FindDepsRegularUnknown()
1754 if (Lst_IsEmpty(&gn->commands)) in FindDepsRegularUnknown()
1930 if (!Lst_IsEmpty(&gn->children)) { in FindDepsRegular()
[all …]
H A Dmake.c426 Lst_IsEmpty(&pgn->commands)) { in Make_HandleUse()
551 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children)) { in Make_Recheck()
703 if (!Lst_IsEmpty(&cgn->parents)) in Make_Update()
1028 while (!Lst_IsEmpty(&toBeMade)) { in MakeStartJobs()
1267 while (!Lst_IsEmpty(&examine)) { in Make_ExpandUse()
1382 while (!Lst_IsEmpty(&examine)) { in Make_ProcessWait()
1475 while (!Lst_IsEmpty(&toBeMade) || jobTokensRunning > 0) { in Make_Run()
H A Dlst.h133 Lst_IsEmpty(List *list) in Lst_IsEmpty() function
H A Dmain.c907 if (Lst_IsEmpty(&opts.create)) in runTargets()
945 if (Lst_IsEmpty(&opts.create)) { in InitVarTargets()
1207 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath, in ReadBuiltinRules()
1210 if (Lst_IsEmpty(&sysMkFiles)) in ReadBuiltinRules()
1528 if (!Lst_IsEmpty(&opts.makefiles)) in main_ReadFiles()
1704 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
H A Darch.c400 while (!Lst_IsEmpty(&members)) { in Arch_ParseArchive()
1103 } else if (!GNode_IsTarget(gn) && Lst_IsEmpty(&gn->children)) { in Arch_LibOODate()
1105 } else if ((!Lst_IsEmpty(&gn->children) && gn->youngestChild == NULL) || in Arch_LibOODate()
H A Dparse.c611 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts)) in LinkSource()
943 if (!Lst_IsEmpty(&opts.create)) in HandleDependencyTargetSpecial()
1069 while (!Lst_IsEmpty(&targetNames)) { in HandleDependencyTargetMundane()
1224 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
1491 while (!Lst_IsEmpty(&sources)) { in ParseDependencySourcesMundane()
1602 if (!Lst_IsEmpty(targets)) in ParseDependency()
2648 if (!Lst_IsEmpty(&gn->commands)) in FinishDependencyGroup()
H A Djob.c1347 if (!Lst_IsEmpty(&gn->commands)) in Job_CheckCommands()
1349 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()
1356 if (defaultNode != NULL && !Lst_IsEmpty(&defaultNode->commands) && in Job_CheckCommands()
1691 if (Lst_IsEmpty(&gn->commands)) { in JobStart()
2629 if (!Lst_IsEmpty(&endNode->commands) || in Job_Finish()
2630 !Lst_IsEmpty(&endNode->children)) { in Job_Finish()
H A Dcompat.c514 if (Lst_IsEmpty(gnodes)) in MakeNodes()
768 while (!Lst_IsEmpty(targs)) { in Compat_MakeAll()
H A Dmeta.c427 if (Lst_IsEmpty(&gn->commands)) { in meta_needed()
1393 if (Lst_IsEmpty(&metaBailiwick)) in meta_oodate()
1597 if (!Lst_IsEmpty(&missingFiles)) { in meta_oodate()
H A Dtarg.c357 if (Lst_IsEmpty(gnodes)) in PrintNodeNamesLine()
H A Ddir.c1446 !Lst_IsEmpty(&gn->implicitParents)) in ResolveFullName()
1666 while (!Lst_IsEmpty(&path->dirs)) { in SearchPath_Clear()
H A Dcond.c338 !Lst_IsEmpty(&gn->commands); in FuncCommands()