Searched defs:isNew (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c468 int isNew;
502 entry = Tcl_CreateHashEntry(&imgPhotoHash, name, &isNew);
2411 int isNew;
2426 entry = Tcl_CreateHashEntry(&imgPhotoColorHash, (char *) &id, &isNew);
2428 if (!isNew) {
466 int isNew; local
2395 int isNew; local

Completed in 614 milliseconds