Searched refs:Lst_IsEmpty (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/contrib/bmake/lst.lib/
H A DlstIsEmpty.c57 * Lst_IsEmpty --
71 Lst_IsEmpty(Lst l) function
/freebsd-10.0-release/usr.bin/make/
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)) \
170 * Lst_IsEmpty(L) --
173 #define Lst_IsEmpty(L) (!Lst_Valid(L) || (L)->firstPtr == NULL) macro
H A Dmake.c234 if (remakingMakefiles && Lst_IsEmpty(&gn->commands)) {
297 if ((cgn->type & OP_USE) || Lst_IsEmpty(&pgn->commands)) {
396 if (!Lst_IsEmpty(&cgn->commands) ||
397 Lst_IsEmpty(&cgn->children)) {
595 while (!Lst_IsEmpty(&toBeMade) && !Job_Full()) {
603 if (!Lst_IsEmpty(&gn->preds)) {
744 while (!Lst_IsEmpty(&examine)) {
804 Job_CatchOutput(!Lst_IsEmpty(&toBeMade));
H A Dmain.c834 while (!Lst_IsEmpty(&cleanup)) {
1123 if (Lst_IsEmpty(&create)) {
1187 if (Lst_IsEmpty(&sysMkPath))
1198 if (!Lst_IsEmpty(&makefiles)) {
1269 if (Lst_IsEmpty(&variables) && !printGraphOnly) {
1287 if (Lst_IsEmpty(&create))
H A Dsuff.c572 if (!Lst_IsEmpty(&gn->commands) || !Lst_IsEmpty(&gn->children)) {
1024 while (!Lst_IsEmpty (srcs)) {
1284 while (!Lst_IsEmpty(&exp)) {
1358 while(!Lst_IsEmpty(&members)) {
1731 if (Lst_IsEmpty(&targs) && suffNull != NULL) {
1743 if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children))
1765 if (!Lst_IsEmpty(&targs)) {
1805 if (OP_NOP(gn->type) || (Lst_IsEmpty(
[all...]
H A Dtarg.c399 if (!Lst_IsEmpty(&gn->iParents)) {
407 if (!Lst_IsEmpty(&gn->parents)) {
H A Dparse.c873 if (!Lst_IsEmpty(&create)) {
954 while (!Lst_IsEmpty(&curTargs)) {
997 if (!Lst_IsEmpty(&targets)) {
1225 while (!Lst_IsEmpty(&sources)) {
1565 if (!Lst_IsEmpty(&gn->commands)) {
H A Djob.c1229 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands) &&
1235 if (DEFAULT != NULL && !Lst_IsEmpty(&DEFAULT->commands)) {
2560 if (postCommands != NULL && !Lst_IsEmpty(&postCommands->commands)) {
3216 if (!Lst_IsEmpty(&gn->commands) ||
3217 Lst_IsEmpty(&gn->children)) {
3367 while (!Lst_IsEmpty(targs)) {
H A Darch.c402 while (!Lst_IsEmpty(&members)) {
1201 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->children)) {
/freebsd-10.0-release/contrib/bmake/
H A Dlst.h111 Boolean Lst_IsEmpty(Lst);
H A Dmake.c457 if ((cgn->type & (OP_USE|OP_USEBEFORE)) || Lst_IsEmpty(pgn->commands)) {
608 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children)) {
719 if (!Lst_IsEmpty(cgn->parents))
1088 while (!Lst_IsEmpty (toBeMade)) {
1309 while (!Lst_IsEmpty (examine)) {
1320 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts)) {
1445 while (!Lst_IsEmpty (examine)) {
1455 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts)) {
1548 while (!Lst_IsEmpty(toBeMad
[all...]
H A Dtarg.c660 if (!Lst_IsEmpty (gn->iParents)) {
669 if (!Lst_IsEmpty (gn->parents)) {
674 if (!Lst_IsEmpty (gn->order_pred)) {
679 if (!Lst_IsEmpty (gn->order_succ)) {
H A Dsuff.c757 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts))
759 if ((gn->type & OP_TRANSFORM) && Lst_IsEmpty(gn->commands) &&
760 Lst_IsEmpty(gn->children))
1065 if (!Lst_IsEmpty (s->searchPath)) {
1350 while (!Lst_IsEmpty (srcs)) {
1433 if (s->type & OP_OPTIONAL && Lst_IsEmpty(t->commands)) {
1525 if (!Lst_IsEmpty(cgn->order_pred) || !Lst_IsEmpty(cgn->order_succ))
1632 while(!Lst_IsEmpty(members)) {
1682 while (!Lst_IsEmpty(explis
[all...]
H A Dmeta.c436 if (Lst_IsEmpty(gn->commands)) {
1054 if (Lst_IsEmpty(missingFiles))
1066 if (*p == '/' && !Lst_IsEmpty(missingFiles)) {
1100 if (Lst_IsEmpty(metaBailiwick))
1298 if (!Lst_IsEmpty(missingFiles)) {
H A Darch.c453 while (!Lst_IsEmpty(members)) {
1294 } else if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) {
1296 } else if ((!Lst_IsEmpty(gn->children) && gn->cmgn == NULL) ||
H A Dmain.c1153 if (!Lst_IsEmpty(create)) {
1205 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath,
1207 if (Lst_IsEmpty(sysMkPath))
1216 if (!Lst_IsEmpty(makefiles)) {
1340 if (Lst_IsEmpty(create))
1451 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath);
H A Dparse.c851 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts))
1325 if (!Lst_IsEmpty(create)) {
1407 while(!Lst_IsEmpty(curTargs)) {
1458 if (!Lst_IsEmpty(targets)) {
1668 while (!Lst_IsEmpty (sources)) {
1984 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts))
2034 if (!Lst_IsEmpty(gn->commands)) {
2157 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath);
H A Djob.c1233 if (OP_NOP(gn->type) && Lst_IsEmpty(gn->commands) &&
1234 ((gn->type & OP_LIB) == 0 || Lst_IsEmpty(gn->children))) {
1239 if ((DEFAULT != NULL) && !Lst_IsEmpty(DEFAULT->commands) &&
2648 (!Lst_IsEmpty(postCommands->commands) ||
2649 !Lst_IsEmpty(postCommands->children))) {
H A Dcompat.c748 while (!Lst_IsEmpty (targs)) {
H A Ddir.c1449 !Lst_IsEmpty(gn->iParents)) {
1732 while (!Lst_IsEmpty(path)) {
H A Dcond.c466 return (gn != NULL) && !OP_NOP(gn->type) && !Lst_IsEmpty(gn->commands);

Completed in 138 milliseconds