Home
last modified time | relevance | path

Searched refs:useCount (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/make/lst.lib/
H A DlstForEachFrom.c64 (void) tln->useCount++;
66 (void) tln->useCount--;
H A DlstInt.h25 short useCount:8, /* Count of functions using the node. member
H A DlstRemove.c97 if (lNode->useCount == 0) {
H A DlstAppend.c62 nLNode->useCount = nLNode->flags = 0;
H A DlstInsert.c62 nLNode->useCount = nLNode->flags = 0;
H A DlstConcat.c120 nln->flags = nln->useCount = 0;