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

/ast/src/lib/libtk/generic/
H A DtkCanvas.c140 static Tk_ItemType *typeList = NULL; /* NULL means initialization hasn't variable
252 if (typeList == NULL) {
661 for (typePtr = typeList; typePtr != NULL; typePtr = typePtr->nextPtr) {
1992 if (typeList == NULL) {
2000 for (typePtr2 = typeList, prevPtr = NULL; typePtr2 != NULL;
2004 typeList = typePtr2->nextPtr;
2011 typePtr->nextPtr = typeList;
2012 typeList = typePtr;
2037 if (typeList == NULL) {
2040 return typeList;
[all...]

Completed in 9 milliseconds