Home
last modified time | relevance | path

Searched refs:isOpen (Results 1 – 9 of 9) sorted by relevance

/original-bsd/usr.bin/make/lst.lib/
H A DlstClose.c47 list->isOpen = FALSE;
H A DlstCur.c58 (list->isOpen == FALSE)) {
H A DlstIsAtEnd.c52 return (!LstValid (l) || !list->isOpen ||
H A DlstOpen.c49 ((List) l)->isOpen = TRUE;
H A DlstInit.c45 nList->isOpen = FALSE;
H A DlstNext.c50 (list->isOpen == FALSE)) {
H A DlstPrev.c60 (list->isOpen == FALSE)) {
H A DlstInt.h51 Boolean isOpen; /* true if list has been Lst_Open'ed */ member
H A DlstRemove.c77 if (list->isOpen && (list->curPtr == lNode)) {