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

/freebsd-11.0-release/contrib/bmake/lst.lib/
H A DlstIsEmpty.c57 * Lst_IsEmpty --
71 Lst_IsEmpty(Lst l) function
/freebsd-11.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)) {
607 if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children)) {
717 if (!Lst_IsEmpty(cgn->parents))
1082 while (!Lst_IsEmpty (toBeMade)) {
1303 while (!Lst_IsEmpty (examine)) {
1314 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts)) {
1439 while (!Lst_IsEmpty (examine)) {
1449 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts)) {
1542 while (!Lst_IsEmpty(toBeMad
[all...]
H A Dtarg.c658 if (!Lst_IsEmpty (gn->iParents)) {
667 if (!Lst_IsEmpty (gn->parents)) {
672 if (!Lst_IsEmpty (gn->order_pred)) {
677 if (!Lst_IsEmpty (gn->order_succ)) {
H A Dsuff.c770 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts))
772 if ((gn->type & OP_TRANSFORM) && Lst_IsEmpty(gn->commands) &&
773 Lst_IsEmpty(gn->children))
1078 if (!Lst_IsEmpty (s->searchPath)) {
1363 while (!Lst_IsEmpty (srcs)) {
1446 if (s->type & OP_OPTIONAL && Lst_IsEmpty(t->commands)) {
1538 if (!Lst_IsEmpty(cgn->order_pred) || !Lst_IsEmpty(cgn->order_succ))
1645 while(!Lst_IsEmpty(members)) {
1695 while (!Lst_IsEmpty(explis
[all...]
H A Darch.c453 while (!Lst_IsEmpty(members)) {
1292 } else if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) {
1294 } else if ((!Lst_IsEmpty(gn->children) && gn->cmgn == NULL) ||
H A Dmain.c1173 if (!Lst_IsEmpty(create)) {
1225 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath,
1227 if (Lst_IsEmpty(sysMkPath))
1236 if (!Lst_IsEmpty(makefiles)) {
1393 if (Lst_IsEmpty(create))
1509 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath);
H A Dparse.c856 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts))
1351 if (!Lst_IsEmpty(create)) {
1435 while(!Lst_IsEmpty(curTargs)) {
1488 if (!Lst_IsEmpty(targets)) {
1707 while (!Lst_IsEmpty (sources)) {
2059 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts))
2111 if (!Lst_IsEmpty(gn->commands)) {
2234 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath);
H A Dmeta.c415 if (Lst_IsEmpty(gn->commands)) {
1172 if (*p == '/' && !Lst_IsEmpty(missingFiles)) {
1223 if (Lst_IsEmpty(metaBailiwick))
1452 if (!Lst_IsEmpty(missingFiles)) {
H A Dcompat.c727 while (!Lst_IsEmpty (targs)) {
H A Djob.c1235 if (OP_NOP(gn->type) && Lst_IsEmpty(gn->commands) &&
1236 ((gn->type & OP_LIB) == 0 || Lst_IsEmpty(gn->children))) {
1241 if ((DEFAULT != NULL) && !Lst_IsEmpty(DEFAULT->commands) &&
2650 (!Lst_IsEmpty(postCommands->commands) ||
2651 !Lst_IsEmpty(postCommands->children))) {
H A Ddir.c1516 !Lst_IsEmpty(gn->iParents)) {
1789 while (!Lst_IsEmpty(path)) {
H A Dcond.c475 return (gn != NULL) && !OP_NOP(gn->type) && !Lst_IsEmpty(gn->commands);

Completed in 142 milliseconds