Searched refs:isOpen (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/make/lst.lib/
H A DlstClose.c82 list->isOpen = FALSE;
H A DlstIsAtEnd.c84 return (!LstValid (l) || !list->isOpen ||
H A DlstOpen.c69 * isOpen is set TRUE and curPtr is set to NULL so the
81 (l)->isOpen = TRUE;
H A DlstInit.c80 nList->isOpen = FALSE;
H A DlstInt.h74 Boolean isOpen; /* true if list has been Lst_Open'ed */ member in struct:List
H A DlstNext.c82 (list->isOpen == FALSE)) {
H A DlstRemove.c108 if (list->isOpen && (list->curPtr == lNode)) {
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c39080 #define isOpen macro
51582 int isOpen = 0; local
[all...]

Completed in 486 milliseconds