Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
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(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( in ExpandChildren()
[all...]
H A Dmake.c423 Lst_IsEmpty(&pgn->commands)) { in Make_HandleUse()
547 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children)) in Make_Recheck()
697 if (!Lst_IsEmpty(&cgn->parents)) in Make_Update()
1022 while (!Lst_IsEmpty(&toBeMade)) { in MakeStartJobs()
1261 while (!Lst_IsEmpty(&examine)) { in Make_ExpandUse()
1376 while (!Lst_IsEmpty(&examine)) { in Make_ProcessWait()
1469 while (!Lst_IsEmpty(&toBeMade) || jobTokensRunning > 0) { in Make_Run()
H A 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()
H A Dlst.h119 Lst_IsEmpty(List *list) in Lst_IsEmpty() function
H A 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()
H A Dparse.c628 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts)) in LinkSource()
951 if (!Lst_IsEmpty(&opts.create)) in HandleDependencyTargetSpecial()
1077 while (!Lst_IsEmpty(&targetNames)) { in HandleDependencyTargetMundane()
1256 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
1529 while (!Lst_IsEmpty(&sources)) { in ParseDependencySourcesMundane()
1651 if (!Lst_IsEmpty(targets)) in ParseDependency()
2673 if (!Lst_IsEmpty(&gn->commands)) in FinishDependencyGroup()
H A Djob.c1316 if (!Lst_IsEmpty(&gn->commands))
1318 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()
1325 if (defaultNode != NULL && !Lst_IsEmpty(&defaultNode->commands) && in Job_CheckCommands()
1642 if (Lst_IsEmpty(&gn->commands)) { in JobStart()
2533 if (!Lst_IsEmpty(&endNode->commands) || in JobInterrupt()
2534 !Lst_IsEmpty(&endNode->children)) { in JobInterrupt()
H A Dcompat.c505 if (Lst_IsEmpty(gnodes)) in MakeNodes()
755 while (!Lst_IsEmpty(targs)) { in Compat_MakeAll()
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.c418 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.c350 if (Lst_IsEmpty(gnodes)) in PrintNodeNamesLine()
H A Dcond.c335 !Lst_IsEmpty(&gn->commands); in FuncCommands()