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

/ast/src/lib/libtksh/tcl/
H A DtclPreserve.c28 int refCount; /* Number of Tcl_Preserve calls in effect member in struct:__anon443
33 * when refCount becomes zero. */
115 refPtr->refCount++;
151 refPtr->refCount = 1;
191 refPtr->refCount--;
192 if (refPtr->refCount == 0) {
/ast/src/lib/libtk/generic/
H A DtkVisual.c52 int refCount; /* How many uses of the colormap are still member in struct:TkColormap
146 cmapPtr->refCount += 1;
323 cmapPtr->refCount += 1;
332 cmapPtr->refCount = 1;
391 cmapPtr->refCount = 1;
428 cmapPtr->refCount += 1;
479 cmapPtr->refCount -= 1;
480 if (cmapPtr->refCount == 0) {
539 cmapPtr->refCount += 1;
H A DtkCursor.c122 cursorPtr->refCount++;
137 cursorPtr->refCount = 1;
213 cursorPtr->refCount++;
240 cursorPtr->refCount = 1;
350 cursorPtr->refCount--;
351 if (cursorPtr->refCount == 0) {
H A DtkGC.c28 int refCount; /* Number of active uses of gc. */ member in struct:__anon400
244 gcPtr->refCount++;
276 gcPtr->refCount = 1;
332 gcPtr->refCount--;
333 if (gcPtr->refCount == 0) {
H A DtkColor.c53 int refCount; /* Number of uses of this structure. */ member in struct:TkColor
181 tkColPtr->refCount++;
239 tkColPtr->refCount = 1;
301 tkColPtr->refCount++;
324 tkColPtr->refCount = 1;
462 tkColPtr->refCount--;
463 if (tkColPtr->refCount == 0) {
H A DtkBitmap.c45 int refCount; /* Number of active uses of bitmap. */ member in struct:__anon385
165 bitmapPtr->refCount++;
227 bitmapPtr->refCount = 1;
430 bitmapPtr->refCount--;
431 if (bitmapPtr->refCount == 0) {
H A DtkFont.c61 int refCount; /* Number of active uses of this font. */ member in struct:__anon397
178 fontPtr->refCount++;
197 fontPtr->refCount = 1;
291 fontPtr->refCount--;
292 if (fontPtr->refCount == 0) {
H A Dtk3d.c33 int refCount; /* Number of different users of member in struct:__anon378
150 borderPtr->refCount++;
162 borderPtr->refCount = 1;
575 borderPtr->refCount--;
576 if (borderPtr->refCount == 0) {
H A DtkImgBmap.c55 int refCount; /* Number of instances that share this member in struct:BitmapInstance
801 instancePtr->refCount++;
812 instancePtr->refCount = 1;
925 instancePtr->refCount--;
926 if (instancePtr->refCount > 0) {
H A DtkInt.h47 int refCount; /* Number of active uses of cursor. */ member in struct:TkCursor
358 int refCount; /* Number of windows whose "mainPtr" fields member in struct:TkMainInfo
H A DtkImgPhoto.c95 int refCount; /* Number of instances using this map. */ member in struct:ColorTable
191 int refCount; /* Number of instances using this structure. */ member in struct:PhotoInstance
1647 if (instancePtr->refCount == 0) {
1658 instancePtr->refCount++;
1673 instancePtr->refCount = 1;
1864 instancePtr->refCount -= 1;
1865 if (instancePtr->refCount > 0) {
1911 if (instancePtr->refCount > 0) {
2456 colorPtr->refCount = 0;
2464 colorPtr->refCount
[all...]
H A DtkWindow.c619 winPtr->mainPtr->refCount++;
739 mainPtr->refCount = 1;
1147 winPtr->mainPtr->refCount--;
1148 if (winPtr->mainPtr->refCount == 0) {
H A DtkTextDisp.c69 int refCount; /* Number of times this structure is member in struct:TextStyle
618 stylePtr->refCount++;
627 stylePtr->refCount = 1;
682 stylePtr->refCount--;
683 if (stylePtr->refCount == 0) {
/ast/src/lib/libtksh/src/
H A Dtclproc.c54 procPtr->refCount = 1;
341 procPtr->refCount++;
346 procPtr->refCount--;
347 if (procPtr->refCount <= 0) {
438 procPtr->refCount--;
439 if (procPtr->refCount <= 0) {
H A DtclIO.c172 int refCount; /* How many interpreters hold references to member in struct:Channel
1208 chanPtr->refCount--;
1210 if (chanPtr->refCount <= 0) {
1384 chanPtr->refCount--;
1385 if (chanPtr->refCount <= 0) {
1425 if (chanPtr->refCount < 2) {
1426 chanPtr->refCount = 0;
1431 if (chanPtr->refCount < 2) {
1432 chanPtr->refCount = 0;
1437 if (chanPtr->refCount <
[all...]
/ast/src/lib/libtksh/include/
H A Dtkshlib.h156 int refCount; /* Reference count: 1 if still present member in struct:Proc
160 * when refCount becomes zero. */

Completed in 82 milliseconds