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

/ast/src/lib/libtk/generic/
H A DtkSend.c279 Atom actualType;
303 False, XA_STRING, &actualType, &actualFormat,
307 if (actualType == None) {
311 || (actualType != XA_STRING)) {
587 Atom actualType;
604 False, XA_STRING, &actualType, &actualFormat,
607 if ((result == Success) && (actualType == None)) {
631 && (actualType == XA_STRING)) {
1306 Atom actualType;
1322 XA_STRING, &actualType,
278 Atom actualType; local
581 Atom actualType; local
1294 Atom actualType; local
[all...]
H A DtkTest.c1115 Atom actualType, propName;
1136 &actualType, &actualFormat, (unsigned long *) &length,
1138 if ((result == Success) && (actualType != None)
1139 && (actualFormat == 8) && (actualType == XA_STRING)) {
1103 Atom actualType, propName; local
H A DtkOption.c1369 Atom actualType;
1379 False, XA_STRING, &actualType, &actualFormat,
1382 if ((result == Success) && (actualType == XA_STRING)
1354 Atom actualType; local
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c2067 Atom actualType;
2087 False, XA_WINDOW, &actualType, &actualFormat, &numItems,
2089 && (actualType == XA_WINDOW))
2092 False, XA_WINDOW, &actualType, &actualFormat, &numItems,
2094 && (actualType == XA_WINDOW))) {
2057 Atom actualType; local

Completed in 22 milliseconds