Symbol: Lst_IsEmpty
usr.bin/make/dump.c
133
if (!Lst_IsEmpty(&gn->parents)) {
usr.bin/make/engine.c
124
if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands)) {
usr.bin/make/engine.c
137
!Lst_IsEmpty(&DEFAULT->commands)) {
usr.bin/make/engine.c
296
if ((cgn->type & OP_USE) || Lst_IsEmpty(&pgn->commands)) {
usr.bin/make/lst.lib/lstInsert.c
64
if (before == NULL && !Lst_IsEmpty(l))
usr.bin/make/lst.lib/lstInsert.c
67
if (before != NULL && Lst_IsEmpty(l))
usr.bin/make/main.c
613
if (Lst_IsEmpty(&sysMkPath))
usr.bin/make/main.c
619
if (!Lst_IsEmpty(makefiles)) {
usr.bin/make/main.c
736
if (!Lst_IsEmpty(create)) {
usr.bin/make/main.c
756
if (Lst_IsEmpty(systemIncludePath))
usr.bin/make/main.c
784
if (!Lst_IsEmpty(&varstoprint)) {
usr.bin/make/main.c
798
if (Lst_IsEmpty(create))
usr.bin/make/main.c
840
if (Lst_IsEmpty(&unreadable))
usr.bin/make/make.c
164
if (Lst_IsEmpty(&gn->predecessors))
usr.bin/make/parse.c
751
if (!Lst_IsEmpty(create)) {
usr.bin/make/parse.c
847
assert(specType == SPECIAL_PATH || Lst_IsEmpty(&paths));
usr.bin/make/suff.c
1179
if (Lst_IsEmpty(&srcs)) {
usr.bin/make/suff.c
1197
if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children))
usr.bin/make/suff.c
1217
if (!Lst_IsEmpty(&targs))
usr.bin/make/suff.c
1250
(Lst_IsEmpty(&gn->children) &&
usr.bin/make/suff.c
1251
Lst_IsEmpty(&gn->commands))) {
usr.bin/make/suff.c
1308
if (!Lst_IsEmpty(&gn->children)) {
usr.bin/make/suff.c
1487
if (!Lst_IsEmpty(&s->parents)) {
usr.bin/make/suff.c
1491
if (!Lst_IsEmpty(&s->children)) {
usr.bin/make/suff.c
488
if (!Lst_IsEmpty(&gn->commands)) {
usr.bin/make/suff.c
492
if (!Lst_IsEmpty(&gn->children)) {
usr.bin/make/suff.c
586
if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children))
usr.bin/make/suff.c
616
if (!Lst_IsEmpty(&s->searchPath))
usr.bin/make/targequiv.c
163
if (Lst_IsEmpty(&gn->commands))