Home
last modified time | relevance | path

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

/trueos/contrib/bmake/lst.lib/
HDlstForEachFrom.c103 (void) tln->useCount++; in Lst_ForEachFrom()
105 (void) tln->useCount--; in Lst_ForEachFrom()
HDlstInt.h50 unsigned int useCount:8, /* Count of functions using the node. member
HDlstRemove.c128 if (lNode->useCount == 0) { in Lst_Remove()
HDlstAppend.c97 nLNode->useCount = nLNode->flags = 0; in Lst_InsertAfter()
HDlstInsert.c97 nLNode->useCount = nLNode->flags = 0; in Lst_InsertBefore()
HDlstConcat.c155 nln->flags = nln->useCount = 0; in Lst_Concat()