Home
last modified time | relevance | path

Searched defs:Lst_IsEmpty (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/make/
H A Dlst.h93 #define Lst_IsEmpty(l) ((l)->firstPtr == NULL) macro
/openbsd-src/usr.bin/make/lst.lib/
H A Dlst.h88 #define Lst_IsEmpty(l) ((l)->firstPtr == NULL) macro