Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
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(srcs)) { 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(targs) || nullSuff == NULL) in FindDepsRegularUnknown()
1695 if (Lst_IsEmpty(&gn->commands)) in FindDepsRegularUnknown()
[all …]
Dmake.c426 Lst_IsEmpty(&pgn->commands)) { in Make_HandleUse()
550 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children)) in Make_Recheck()
700 if (!Lst_IsEmpty(&cgn->parents)) in Make_Update()
1025 while (!Lst_IsEmpty(&toBeMade)) { in MakeStartJobs()
1264 while (!Lst_IsEmpty(&examine)) { in Make_ExpandUse()
1379 while (!Lst_IsEmpty(&examine)) { in Make_ProcessWait()
1472 while (!Lst_IsEmpty(&toBeMade) || jobTokensRunning > 0) { in Make_Run()
Dmain.c905 if (Lst_IsEmpty(&opts.create)) in runTargets()
943 if (Lst_IsEmpty(&opts.create)) { in InitVarTargets()
1190 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath, in ReadBuiltinRules()
1193 if (Lst_IsEmpty(&sysMkFiles)) in ReadBuiltinRules()
1475 if (Lst_IsEmpty(&sysIncPath->dirs)) in main_ReadFiles()
1483 if (!Lst_IsEmpty(&opts.makefiles)) in main_ReadFiles()
1679 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
Dlst.h119 Lst_IsEmpty(List *list) in Lst_IsEmpty() function
Darch.c328 while (!Lst_IsEmpty(&members)) { in Arch_ParseArchive()
934 if (!GNode_IsTarget(gn) && Lst_IsEmpty(&gn->children)) in Arch_LibOODate()
936 if ((!Lst_IsEmpty(&gn->children) && gn->youngestChild == NULL) || in Arch_LibOODate()
Dparse.c629 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts)) in LinkSource()
952 if (!Lst_IsEmpty(&opts.create)) in HandleDependencyTargetSpecial()
1078 while (!Lst_IsEmpty(&targetNames)) { in HandleDependencyTargetMundane()
1257 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
1531 while (!Lst_IsEmpty(&sources)) { in ParseDependencySourcesMundane()
1653 if (!Lst_IsEmpty(targets)) in ParseDependency()
2675 if (!Lst_IsEmpty(&gn->commands)) in FinishDependencyGroup()
Djob.c1425 if (!Lst_IsEmpty(&gn->commands)) in Job_CheckCommands()
1427 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()
1434 if (defaultNode != NULL && !Lst_IsEmpty(&defaultNode->commands) && in Job_CheckCommands()
1750 if (Lst_IsEmpty(&gn->commands)) { in Job_Make()
2579 if (!Lst_IsEmpty(&endNode->commands) || in Job_Finish()
2580 !Lst_IsEmpty(&endNode->children)) { in Job_Finish()
Dcompat.c504 if (Lst_IsEmpty(gnodes)) in MakeNodes()
754 while (!Lst_IsEmpty(targs)) { in Compat_MakeAll()
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()
Dmeta.c419 if (Lst_IsEmpty(&gn->commands)) { in meta_needed()
1367 if (Lst_IsEmpty(&metaBailiwick)) in meta_oodate()
1571 if (!Lst_IsEmpty(&missingFiles)) { in meta_oodate()
Dtarg.c350 if (Lst_IsEmpty(gnodes)) in PrintNodeNamesLine()
Dcond.c328 !Lst_IsEmpty(&gn->commands); in FuncCommands()