Symbol: Lst_IsEmpty
usr.bin/make/arch.c
328
while (!Lst_IsEmpty(&members)) {
usr.bin/make/arch.c
934
if (!GNode_IsTarget(gn) && Lst_IsEmpty(&gn->children))
usr.bin/make/arch.c
936
if ((!Lst_IsEmpty(&gn->children) && gn->youngestChild == NULL) ||
usr.bin/make/compat.c
502
if (Lst_IsEmpty(gnodes))
usr.bin/make/compat.c
752
while (!Lst_IsEmpty(targets)) {
usr.bin/make/cond.c
327
!Lst_IsEmpty(&gn->commands);
usr.bin/make/dir.c
1389
!Lst_IsEmpty(&gn->implicitParents))
usr.bin/make/dir.c
1601
while (!Lst_IsEmpty(&path->dirs)) {
usr.bin/make/dir.c
582
SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs)
usr.bin/make/job.c
1454
if (!Lst_IsEmpty(&gn->commands))
usr.bin/make/job.c
1456
if ((gn->type & OP_LIB) && !Lst_IsEmpty(&gn->children))
usr.bin/make/job.c
1463
if (defaultNode != NULL && !Lst_IsEmpty(&defaultNode->commands) &&
usr.bin/make/job.c
1759
if (Lst_IsEmpty(&gn->commands)) {
usr.bin/make/job.c
2493
if (!Lst_IsEmpty(&dotEnd->commands) ||
usr.bin/make/job.c
2494
!Lst_IsEmpty(&dotEnd->children)) {
usr.bin/make/main.c
1179
Lst_IsEmpty(&sysIncPath->dirs) ? defSysIncPath : sysIncPath,
usr.bin/make/main.c
1182
if (Lst_IsEmpty(&sysMkFiles))
usr.bin/make/main.c
1479
if (Lst_IsEmpty(&sysIncPath->dirs))
usr.bin/make/main.c
1487
if (!Lst_IsEmpty(&opts.makefiles))
usr.bin/make/main.c
1680
SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs)
usr.bin/make/main.c
902
if (Lst_IsEmpty(&opts.create))
usr.bin/make/main.c
932
if (Lst_IsEmpty(&opts.create)) {
usr.bin/make/make.c
1018
while (!Lst_IsEmpty(&toBeMade)) {
usr.bin/make/make.c
1245
while (!Lst_IsEmpty(&examine)) {
usr.bin/make/make.c
1355
while (!Lst_IsEmpty(&examine)) {
usr.bin/make/make.c
1402
while (!Lst_IsEmpty(&toBeMade) || jobTokensRunning > 0) {
usr.bin/make/make.c
426
Lst_IsEmpty(&pgn->commands)) {
usr.bin/make/make.c
543
if (!Lst_IsEmpty(gn->commands) || Lst_IsEmpty(gn->children))
usr.bin/make/make.c
693
if (!Lst_IsEmpty(&cgn->parents))
usr.bin/make/meta.c
1491
if (Lst_IsEmpty(&metaBailiwick))
usr.bin/make/meta.c
1688
if (!Lst_IsEmpty(&missingFiles)) {
usr.bin/make/meta.c
372
if (Lst_IsEmpty(&gn->commands)) {
usr.bin/make/parse.c
1006
if (!Lst_IsEmpty(&opts.create))
usr.bin/make/parse.c
1132
while (!Lst_IsEmpty(&targetNames)) {
usr.bin/make/parse.c
1311
SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs)
usr.bin/make/parse.c
1586
while (!Lst_IsEmpty(&sources)) {
usr.bin/make/parse.c
1708
if (!Lst_IsEmpty(targets))
usr.bin/make/parse.c
2688
if (!Lst_IsEmpty(&gn->commands))
usr.bin/make/parse.c
683
if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts))
usr.bin/make/suff.c
1087
while (!Lst_IsEmpty(sources)) {
usr.bin/make/suff.c
1155
if (sgn->type & OP_OPTIONAL && Lst_IsEmpty(&tgn->commands)) {
usr.bin/make/suff.c
1216
while (!Lst_IsEmpty(&expansions)) {
usr.bin/make/suff.c
1326
if (!Lst_IsEmpty(&cgn->order_pred) || !Lst_IsEmpty(&cgn->order_succ))
usr.bin/make/suff.c
1365
while (!Lst_IsEmpty(&members)) {
usr.bin/make/suff.c
1681
if (!Lst_IsEmpty(targets) || nullSuff == NULL)
usr.bin/make/suff.c
1695
if (Lst_IsEmpty(&gn->commands))
usr.bin/make/suff.c
1871
if (!Lst_IsEmpty(&gn->children)) {
usr.bin/make/suff.c
1955
assert(Lst_IsEmpty(&cs->list));
usr.bin/make/suff.c
629
if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&gn->cohorts))
usr.bin/make/suff.c
635
if (!Lst_IsEmpty(&gn->commands) || !Lst_IsEmpty(&gn->children)) {
usr.bin/make/suff.c
858
if (!Lst_IsEmpty(&suff->searchPath->dirs)) {
usr.bin/make/targ.c
350
if (Lst_IsEmpty(gnodes))