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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkVisual.c102 XVisualInfo template, *visInfoList, *bestPtr;
263 bestPtr = NULL;
285 if (bestPtr == NULL) {
288 if (visInfoList[i].depth < bestPtr->depth) {
292 } else if (visInfoList[i].depth > bestPtr->depth) {
293 if (bestPtr->depth < template.depth) {
304 bestPtr = &visInfoList[i];
307 *depthPtr = bestPtr->depth;
308 visual = bestPtr->visual;
101 XVisualInfo template, *visInfoList, *bestPtr; local
H A DtkOption.c414 register Element *elPtr, *bestPtr;
434 bestPtr = &tsdPtr->defaultMatch;
485 && (elPtr->priority > bestPtr->priority)) {
486 bestPtr = elPtr;
493 && (elPtr->priority > bestPtr->priority)) {
494 bestPtr = elPtr;
504 && (elPtr->priority > bestPtr->priority)) {
505 bestPtr = elPtr;
512 && (elPtr->priority > bestPtr->priority)) {
513 bestPtr
412 register Element *elPtr, *bestPtr; local
[all...]
H A DtkConfig.c1044 Option *bestPtr, *optionPtr;
1059 bestPtr = NULL;
1084 if (bestPtr == NULL) {
1085 bestPtr = optionPtr;
1086 } else if (strcmp(bestPtr->specPtr->optionName,
1099 return bestPtr;
1133 Option *bestPtr;
1151 bestPtr = GetOption(name, tablePtr);
1152 if (bestPtr == NULL) {
1161 objPtr->internalRep.twoPtrValue.ptr2 = (void *) bestPtr;
1037 Option *bestPtr, *optionPtr; local
1125 Option *bestPtr; local
[all...]
H A DtkBind.c684 PatSeq *bestPtr, ClientData *objectPtr,
1927 * The return value is NULL if bestPtr is NULL and no pattern matches the argument
1929 * specific pattern sequence among bestPtr and all those at psPtr that
1931 * bestPtr is returned, then *bestCommandPtr is filled in with a pointer
1945 PatSeq *bestPtr, /* The best match seen so far, from a previous
1961 * modified unless a result other than bestPtr
2188 if (bestPtr != NULL) {
2191 if (matchPtr->numPats != bestPtr->numPats) {
2192 if (bestPtr->numPats > matchPtr->numPats) {
2198 for (i = 0, patPtr = matchPtr->pats, patPtr2 = bestPtr
[all...]
H A DtkCanvas.c4744 Tk_Item *bestPtr;
4752 bestPtr = NULL;
4766 bestPtr = itemPtr;
4769 return bestPtr;
4713 Tk_Item *bestPtr; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkVisual.c106 XVisualInfo template, *visInfoList, *bestPtr;
268 bestPtr = NULL;
283 if (bestPtr == NULL) {
286 if (visInfoList[i].depth < bestPtr->depth) {
290 } else if (visInfoList[i].depth > bestPtr->depth) {
291 if (bestPtr->depth < template.depth) {
302 bestPtr = &visInfoList[i];
305 *depthPtr = bestPtr->depth;
306 visual = bestPtr->visual;
105 XVisualInfo template, *visInfoList, *bestPtr; local
H A DtkOption.c434 register Element *elPtr, *bestPtr;
454 bestPtr = &tsdPtr->defaultMatch;
503 && (elPtr->priority > bestPtr->priority)) {
504 bestPtr = elPtr;
511 && (elPtr->priority > bestPtr->priority)) {
512 bestPtr = elPtr;
522 && (elPtr->priority > bestPtr->priority)) {
523 bestPtr = elPtr;
530 && (elPtr->priority > bestPtr->priority)) {
531 bestPtr
432 register Element *elPtr, *bestPtr; local
[all...]
H A DtkConfig.c1058 Option *bestPtr, *optionPtr;
1074 bestPtr = NULL;
1086 bestPtr = optionPtr;
1100 if (bestPtr == NULL) {
1101 bestPtr = optionPtr;
1103 if (strcmp(bestPtr->specPtr->optionName,
1113 return bestPtr;
1152 Option *bestPtr;
1170 bestPtr = GetOption(name, tablePtr);
1171 if (bestPtr
1051 Option *bestPtr, *optionPtr; local
1144 Option *bestPtr; local
[all...]
H A DtkBind.c703 PatSeq *bestPtr, ClientData *objectPtr,
1967 * The return value is NULL if bestPtr is NULL and no pattern matches
1969 * the most specific pattern sequence among bestPtr and all those
1971 * sequence other than bestPtr is returned, then *bestCommandPtr
1980 MatchPatterns(dispPtr, bindPtr, psPtr, bestPtr, objectPtr, sourcePtrPtr)
1985 PatSeq *bestPtr; /* The best match seen so far, from a
2001 * modified unless a result other than bestPtr
2240 if (bestPtr != NULL) {
2244 if (matchPtr->numPats != bestPtr->numPats) {
2245 if (bestPtr
[all...]
H A DtkCanvas.c4897 Tk_Item *bestPtr;
4905 bestPtr = NULL;
4919 bestPtr = itemPtr;
4922 return bestPtr;
4868 Tk_Item *bestPtr; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclPkg.c262 PkgAvail *availPtr, *bestPtr;
403 PkgAvail *availPtr, *bestPtr, *bestStablePtr;
452 bestPtr = NULL;
455 if ((bestPtr != NULL) && (ComparePkgVersions(availPtr->version,
456 bestPtr->version, (int *) NULL) <= 0)) {
458 bestPtr = NULL;
479 if (bestPtr != NULL) {
512 bestPtr = availPtr;
542 bestPtr = bestStablePtr;
545 if (bestPtr !
260 PkgAvail *availPtr, *bestPtr; local
401 PkgAvail *availPtr, *bestPtr, *bestStablePtr; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclPkg.c353 PkgAvail *availPtr, *bestPtr, *bestStablePtr;
393 bestPtr = NULL;
410 if (bestPtr != NULL) {
442 bestPtr = availPtr;
471 bestPtr = bestStablePtr;
474 if (bestPtr != NULL) {
478 * script itself from deletion and (b) don't assume that bestPtr
482 const char *versionToProvide = bestPtr->version;
483 script = bestPtr->script;
351 PkgAvail *availPtr, *bestPtr, *bestStablePtr; local

Completed in 126 milliseconds