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

/openbsd-current/usr.bin/make/lst.lib/
H A DlstInsert.c64 if (before == NULL && !Lst_IsEmpty(l))
67 if (before != NULL && Lst_IsEmpty(l))
H A Dlst.h88 #define Lst_IsEmpty(l) ((l)->firstPtr == NULL) macro
/openbsd-current/usr.bin/make/
H A Dmain.c613 if (Lst_IsEmpty(&sysMkPath))
619 if (!Lst_IsEmpty(makefiles)) {
736 if (!Lst_IsEmpty(create)) {
756 if (Lst_IsEmpty(systemIncludePath))
784 if (!Lst_IsEmpty(&varstoprint)) {
798 if (Lst_IsEmpty(create))
840 if (Lst_IsEmpty(&unreadable))
H A Dlst.h93 #define Lst_IsEmpty(l) ((l)->firstPtr == NULL) macro
H A Dsuff.c488 if (!Lst_IsEmpty(&gn->commands)) {
492 if (!Lst_IsEmpty(&gn->children)) {
586 if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children))
616 if (!Lst_IsEmpty(&s->searchPath))
1179 if (Lst_IsEmpty(&srcs)) {
1197 if (Lst_IsEmpty(&gn->commands) && Lst_IsEmpty(&gn->children))
1217 if (!Lst_IsEmpty(&targs))
1250 (Lst_IsEmpty(
[all...]
H A Dengine.c124 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands)) {
137 !Lst_IsEmpty(&DEFAULT->commands)) {
296 if ((cgn->type & OP_USE) || Lst_IsEmpty(&pgn->commands)) {
H A Ddump.c133 if (!Lst_IsEmpty(&gn->parents)) {
H A Dtargequiv.c163 if (Lst_IsEmpty(&gn->commands))
H A Dmake.c164 if (Lst_IsEmpty(&gn->predecessors))
H A Dparse.c751 if (!Lst_IsEmpty(create)) {
847 assert(specType == SPECIAL_PATH || Lst_IsEmpty(&paths));

Completed in 283 milliseconds