Searched refs:LstValid (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/contrib/bmake/lst.lib/
H A DlstFirst.c71 if (!LstValid (l) || LstIsEmpty (l)) {
H A DlstIsEmpty.c73 return ( ! LstValid (l) || LstIsEmpty(l));
H A DlstLast.c71 if (!LstValid(l) || LstIsEmpty (l)) {
H A DlstClose.c81 if (LstValid(l) == TRUE) {
H A DlstEnQueue.c72 if (LstValid (l) == FALSE) {
H A DlstIsAtEnd.c84 return (!LstValid (l) || !list->isOpen ||
H A DlstOpen.c78 if (LstValid (l) == FALSE) {
H A DlstFindFrom.c76 if (!LstValid (l) || LstIsEmpty (l) || !LstNodeValid (ln, l)) {
H A DlstAppend.c83 if (LstValid (l) && (ln == NULL && LstIsEmpty (l))) {
87 if (!LstValid (l) || LstIsEmpty (l) || ! LstNodeValid (ln, l)) {
H A DlstInsert.c86 if (LstValid (l) && (LstIsEmpty (l) && ln == NULL))
89 if (!LstValid (l) || LstIsEmpty (l) || !LstNodeValid (ln, l)) {
H A DlstDupl.c80 if (!LstValid (l)) {
H A DlstForEachFrom.c82 if (!LstValid (list) || LstIsEmpty (list)) {
H A DlstInt.h88 * LstValid (l) --
91 #define LstValid(l) ((Lst)(l) != NULL) macro
H A DlstNext.c81 if ((LstValid (l) == FALSE) ||
H A DlstConcat.c88 if (!LstValid (l1) || !LstValid (l2)) {
H A DlstRemove.c76 if (!LstValid (l) ||

Completed in 167 milliseconds