Home
last modified time | relevance | path

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

12

/dports/devel/fmake/fmake-r250982/
H A Dmake.c233 if (remakingMakefiles && Lst_IsEmpty(&gn->commands)) { in Make_OODate()
296 if ((cgn->type & OP_USE) || Lst_IsEmpty(&pgn->commands)) { in Make_HandleUse()
395 if (!Lst_IsEmpty(&cgn->commands) || in Make_Update()
396 Lst_IsEmpty(&cgn->children)) { in Make_Update()
594 while (!Lst_IsEmpty(&toBeMade) && !Job_Full()) { in MakeStartJobs()
602 if (!Lst_IsEmpty(&gn->preds)) { in MakeStartJobs()
743 while (!Lst_IsEmpty(&examine)) { in Make_Run()
803 Job_CatchOutput(!Lst_IsEmpty(&toBeMade)); in Make_Run()
H A Dlst.h122 #define Lst_First(LST) ((Lst_Valid(LST) && !Lst_IsEmpty(LST)) \
125 #define Lst_Last(LST) ((Lst_Valid(LST) && !Lst_IsEmpty(LST)) \
173 #define Lst_IsEmpty(L) (!Lst_Valid(L) || (L)->firstPtr == NULL) macro
H A Dsuff.c571 if (!Lst_IsEmpty(&gn->commands) || !Lst_IsEmpty(&gn->children)) { in Suff_EndTransform()
1023 while (!Lst_IsEmpty (srcs)) { in SuffFindThem()
1283 while (!Lst_IsEmpty(&exp)) { in SuffExpandWildcards()
1357 while(!Lst_IsEmpty(&members)) { in SuffExpandChildren()
1730 if (Lst_IsEmpty(&targs) && suffNull != NULL) { in SuffFindNormalDeps()
1742 if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children)) in SuffFindNormalDeps()
1764 if (!Lst_IsEmpty(&targs)) { in SuffFindNormalDeps()
1804 if (OP_NOP(gn->type) || (Lst_IsEmpty(&gn->children) && in SuffFindNormalDeps()
1805 Lst_IsEmpty(&gn->commands))) { in SuffFindNormalDeps()
1885 if (!Lst_IsEmpty(&gn->children)) { in SuffFindNormalDeps()
H A Dmain.c833 while (!Lst_IsEmpty(&cleanup)) { in Remake_Makefiles()
1122 if (Lst_IsEmpty(&create)) { in main()
1186 if (Lst_IsEmpty(&sysMkPath)) in main()
1197 if (!Lst_IsEmpty(&makefiles)) { in main()
1268 if (Lst_IsEmpty(&variables) && !printGraphOnly) { in main()
1286 if (Lst_IsEmpty(&create)) in main()
H A Dtarg.c398 if (!Lst_IsEmpty(&gn->iParents)) { in TargPrintNode()
406 if (!Lst_IsEmpty(&gn->parents)) { in TargPrintNode()
H A Dparse.c872 if (!Lst_IsEmpty(&create)) { in ParseDoDependency()
953 while (!Lst_IsEmpty(&curTargs)) { in ParseDoDependency()
996 if (!Lst_IsEmpty(&targets)) { in ParseDoDependency()
1224 while (!Lst_IsEmpty(&sources)) { in ParseDoDependency()
1564 if (!Lst_IsEmpty(&gn->commands)) { in ParseHasCommands()
H A Djob.c1228 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands) && in Job_CheckCommands()
1234 if (DEFAULT != NULL && !Lst_IsEmpty(&DEFAULT->commands)) { in Job_CheckCommands()
2559 if (postCommands != NULL && !Lst_IsEmpty(&postCommands->commands)) { in Job_Finish()
3215 if (!Lst_IsEmpty(&gn->commands) || in Compat_Make()
3216 Lst_IsEmpty(&gn->children)) { in Compat_Make()
3366 while (!Lst_IsEmpty(targs)) { in Compat_Run()
H A Darch.c401 while (!Lst_IsEmpty(&members)) { in Arch_ParseArchive()
1200 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->children)) { in Arch_LibOODate()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dmake.c453 if ((cgn->type & (OP_USE|OP_USEBEFORE)) || Lst_IsEmpty(pgn->commands)) { in Make_HandleUse()
603 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children)) { in Make_Recheck()
713 if (!Lst_IsEmpty(cgn->parents)) in Make_Update()
1075 while (!Lst_IsEmpty (toBeMade)) { in MakeStartJobs()
1294 while (!Lst_IsEmpty (examine)) { in Make_ExpandUse()
1305 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts)) { in Make_ExpandUse()
1430 while (!Lst_IsEmpty (examine)) { in Make_ProcessWait()
1440 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts)) { in Make_ProcessWait()
1533 while (!Lst_IsEmpty(toBeMade) || jobTokensRunning > 0) { in Make_Run()
H A Dsuff.c774 Lst_IsEmpty(gn->children)) in Suff_EndTransform()
1079 if (!Lst_IsEmpty (s->searchPath)) { in Suff_DoPaths()
1364 while (!Lst_IsEmpty (srcs)) { in SuffFindThem()
1447 if (s->type & OP_OPTIONAL && Lst_IsEmpty(t->commands)) { in SuffFindCmds()
1539 if (!Lst_IsEmpty(cgn->order_pred) || !Lst_IsEmpty(cgn->order_succ)) in SuffExpandChildren()
1646 while(!Lst_IsEmpty(members)) { in SuffExpandChildren()
1696 while (!Lst_IsEmpty(explist)) { in SuffExpandWildcards()
2148 if (Lst_IsEmpty(targs) && suffNull != NULL) { in SuffFindNormalDeps()
2171 if (Lst_IsEmpty(gn->commands)) in SuffFindNormalDeps()
2195 if (!Lst_IsEmpty(targs)) { in SuffFindNormalDeps()
[all …]
H A Dtarg.c658 if (!Lst_IsEmpty (gn->iParents)) { in Targ_PrintNode()
667 if (!Lst_IsEmpty (gn->parents)) { in Targ_PrintNode()
672 if (!Lst_IsEmpty (gn->order_pred)) { in Targ_PrintNode()
677 if (!Lst_IsEmpty (gn->order_succ)) { in Targ_PrintNode()
H A Dlst.h111 Boolean Lst_IsEmpty(Lst);
H A Dparse.c842 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts)) in ParseLinkSrc()
1337 if (!Lst_IsEmpty(create)) { in ParseDoDependency()
1421 while(!Lst_IsEmpty(curTargs)) { in ParseDoDependency()
1474 if (!Lst_IsEmpty(targets)) { in ParseDoDependency()
1693 while (!Lst_IsEmpty (sources)) { in ParseDoDependency()
2045 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts)) in ParseAddCmd()
2097 if (!Lst_IsEmpty(gn->commands)) { in ParseHasCommands()
2220 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath); in Parse_include_file()
H A Dmain.c1140 if (!Lst_IsEmpty(create)) { in main()
1192 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath, in main()
1194 if (Lst_IsEmpty(sysMkPath)) in main()
1203 if (!Lst_IsEmpty(makefiles)) { in main()
1361 if (Lst_IsEmpty(create)) in main()
1477 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath); in ReadMakefile()
H A Darch.c405 while (!Lst_IsEmpty(members)) { in Arch_ParseArchive()
1245 } else if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) { in Arch_LibOODate()
1247 } else if ((!Lst_IsEmpty(gn->children) && gn->cmgn == NULL) || in Arch_LibOODate()
H A Dmeta.c411 if (Lst_IsEmpty(gn->commands)) { in meta_needed()
1168 if (*p == '/' && !Lst_IsEmpty(missingFiles)) { in meta_oodate()
1219 if (Lst_IsEmpty(metaBailiwick)) in meta_oodate()
1448 if (!Lst_IsEmpty(missingFiles)) { in meta_oodate()
H A Djob.c1205 if (OP_NOP(gn->type) && Lst_IsEmpty(gn->commands) && in Job_CheckCommands()
1206 ((gn->type & OP_LIB) == 0 || Lst_IsEmpty(gn->children))) { in Job_CheckCommands()
1211 if ((DEFAULT != NULL) && !Lst_IsEmpty(DEFAULT->commands) && in Job_CheckCommands()
2611 (!Lst_IsEmpty(postCommands->commands) || in Job_Finish()
2612 !Lst_IsEmpty(postCommands->children))) { in Job_Finish()
/dports/devel/bmake/bmake/
H A Dsuff.c649 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&gn->cohorts)) in Suff_EndTransform()
655 if (!Lst_IsEmpty(&gn->commands) || !Lst_IsEmpty(&gn->children)) { in Suff_EndTransform()
889 if (!Lst_IsEmpty(&suff->searchPath->dirs)) { in Suff_ExtendPaths()
1123 while (!Lst_IsEmpty(srcs)) { in FindThem()
1252 while (!Lst_IsEmpty(&expansions)) { in ExpandWildcards()
1364 if (!Lst_IsEmpty(&cgn->order_pred) || !Lst_IsEmpty(&cgn->order_succ)) in ExpandChildren()
1405 while (!Lst_IsEmpty(&members)) { in ExpandChildren()
1736 if (!Lst_IsEmpty(targs) || nullSuff == NULL) in FindDepsRegularUnknown()
1750 if (Lst_IsEmpty(&gn->commands)) in FindDepsRegularUnknown()
1927 if (!Lst_IsEmpty(&gn->children)) { in FindDepsRegular()
[all …]
H A Dmake.c390 Lst_IsEmpty(&pgn->commands)) { in Make_HandleUse()
515 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children)) { in Make_Recheck()
661 if (!Lst_IsEmpty(&cgn->parents)) in Make_Update()
973 while (!Lst_IsEmpty(&toBeMade)) { in MakeStartJobs()
1213 while (!Lst_IsEmpty(&examine)) { in Make_ExpandUse()
1326 while (!Lst_IsEmpty(&examine)) { in Make_ProcessWait()
1419 while (!Lst_IsEmpty(&toBeMade) || jobTokensRunning > 0) { in Make_Run()
H A Dlst.h133 Lst_IsEmpty(List *list) in Lst_IsEmpty() function
H A Dmain.c934 if (Lst_IsEmpty(&opts.create)) in runTargets()
976 if (Lst_IsEmpty(&opts.create)) { in InitVarTargets()
1241 Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath, in ReadBuiltinRules()
1244 if (Lst_IsEmpty(&sysMkFiles)) in ReadBuiltinRules()
1561 if (!Lst_IsEmpty(&opts.makefiles)) in main_ReadFiles()
1747 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
H A Darch.c392 while (!Lst_IsEmpty(&members)) { in Arch_ParseArchive()
1065 } else if (!GNode_IsTarget(gn) && Lst_IsEmpty(&gn->children)) { in Arch_LibOODate()
1067 } else if ((!Lst_IsEmpty(&gn->children) && gn->youngestChild == NULL) || in Arch_LibOODate()
H A Dparse.c735 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts)) in LinkSource()
1089 if (!Lst_IsEmpty(&opts.create)) in ParseDependencyTargetSpecial()
1223 while (!Lst_IsEmpty(curTargs)) { in ParseDependencyTargetMundane()
1572 while (!Lst_IsEmpty(&sources)) { in ParseDependencySourcesMundane()
1658 if (!Lst_IsEmpty(targets)) in ParseDependency()
2196 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
2957 if (!Lst_IsEmpty(&gn->commands)) in FinishDependencyGroup()
H A Djob.c1318 if (!Lst_IsEmpty(&gn->commands)) in Job_CheckCommands()
1320 if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children)) in Job_CheckCommands()
1327 if (defaultNode != NULL && !Lst_IsEmpty(&defaultNode->commands) && in Job_CheckCommands()
1677 if (Lst_IsEmpty(&gn->commands)) { in JobStart()
2605 if (!Lst_IsEmpty(&endNode->commands) || in Job_Finish()
2606 !Lst_IsEmpty(&endNode->children)) { in Job_Finish()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/lst.lib/
H A DlstIsEmpty.c71 Lst_IsEmpty(Lst l) in Lst_IsEmpty() function

12