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

/macosx-10.9.5/vim-53/runtime/tools/
H A Dxcmdsrv_client.c305 Atom actualType; local
314 MAX_PROP_WORDS, False, XA_STRING, &actualType,
318 if (actualType == None)
325 if ((result != Success) || (actualFormat != 8) || (actualType != XA_STRING))
412 Atom actualType; local
426 MAX_PROP_WORDS, True, XA_STRING, &actualType,
435 if ((result != Success) || (actualType != XA_STRING)
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DNavigationGetFile.c103 DescType actualType; local
109 err = AEGetNthPtr( &(reply.selection), 1, typeFSS, &keyword, &actualType,
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixSend.c266 Atom actualType;
292 False, XA_STRING, &actualType, &actualFormat,
296 if (actualType == None) {
300 || (actualType != XA_STRING)) {
594 Atom actualType;
610 False, XA_STRING, &actualType, &actualFormat,
613 if ((result == Success) && (actualType == None)) {
636 && (actualType == XA_STRING)) {
1424 Atom actualType;
1441 MAX_PROP_WORDS, True, XA_STRING, &actualType,
265 Atom actualType; local
588 Atom actualType; local
1411 Atom actualType; local
1969 Atom actualType, propName; local
[all...]
H A DtkUnixWm.c4090 Atom actualType;
4111 False, XA_WINDOW, &actualType, &actualFormat, &numItems,
4113 && (actualType == XA_WINDOW))
4116 False, XA_WINDOW, &actualType, &actualFormat, &numItems,
4118 && (actualType == XA_WINDOW))) {
4325 Atom actualType;
4334 &actualType, &actualFormat, &numItems, &bytesAfter,
5487 Atom typeAtom, actualType, *atoms;
5509 XA_ATOM, &actualType, &actualFormat, &count,
4045 Atom actualType; local
4278 Atom actualType; local
5425 Atom typeAtom, actualType, *atoms; local
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixSend.c283 Atom actualType;
307 False, XA_STRING, &actualType, &actualFormat,
311 if (actualType == None) {
315 || (actualType != XA_STRING)) {
609 Atom actualType;
626 False, XA_STRING, &actualType, &actualFormat,
629 if ((result == Success) && (actualType == None)) {
653 && (actualType == XA_STRING)) {
1390 Atom actualType;
1408 XA_STRING, &actualType,
282 Atom actualType; local
603 Atom actualType; local
1377 Atom actualType; local
[all...]
H A DtkUnixWm.c3781 Atom actualType;
3802 False, XA_WINDOW, &actualType, &actualFormat, &numItems,
3804 && (actualType == XA_WINDOW))
3807 False, XA_WINDOW, &actualType, &actualFormat, &numItems,
3809 && (actualType == XA_WINDOW))) {
5003 Atom typeAtom, actualType, *atoms;
5025 XA_ATOM, &actualType, &actualFormat, &count,
3740 Atom actualType; local
4948 Atom typeAtom, actualType, *atoms; local
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCInteractivePlayer.mm66 DescType actualType;
73 &actualType, (Ptr)&recStatus, sizeof(status), &actualSize);
79 typeSRRecognizer, &actualType,
84 typeSRSpeechResult, &actualType,
/macosx-10.9.5/vim-53/src/
H A Dif_xcmdsrv.c1098 Atom actualType; local
1107 XA_STRING, &actualType,
1116 if (actualType == None)
1125 if (result != Success || actualFormat != 8 || actualType != XA_STRING)
1151 Atom actualType; local
1167 XA_STRING, &actualType,
1172 if (result != Success || actualType != XA_STRING || actualFormat != 8)
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTest.c2141 Atom actualType, propName;
2157 &actualType, &actualFormat, &length,
2159 if ((result == Success) && (actualType != None)) {
2160 if ((actualFormat == 8) && (actualType == XA_STRING)) {
2235 Atom actualType, propName;
2256 &actualType, &actualFormat, &length,
2258 if ((result == Success) && (actualType != None)
2259 && (actualFormat == 8) && (actualType == XA_STRING)) {
2119 Atom actualType, propName; local
2212 Atom actualType, propName; local
H A DtkOption.c1622 Atom actualType;
1632 False, XA_STRING, &actualType, &actualFormat,
1635 if ((result == Success) && (actualType == XA_STRING)
1606 Atom actualType; local
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkOption.c1591 Atom actualType;
1600 False, XA_STRING, &actualType, &actualFormat, &numItems,
1603 if ((result == Success) && (actualType == XA_STRING)
1575 Atom actualType; local
H A DtkTest.c1993 Atom actualType, propName;
2010 &actualType, &actualFormat, &length,
2012 if ((result == Success) && (actualType != None)) {
2013 if ((actualFormat == 8) && (actualType == XA_STRING)) {
1971 Atom actualType, propName; local
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c24999 xmlSchemaTypePtr actualType; local
25009 actualType = WXS_ELEM_TYPEDEF(elemDecl);
25018 if (actualType == NULL) {
25097 actualType = localType;
25110 if (actualType == NULL) {
25118 vctxt->inode->typeDef = actualType;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c24970 xmlSchemaTypePtr actualType; local
24980 actualType = WXS_ELEM_TYPEDEF(elemDecl);
24989 if (actualType == NULL) {
25068 actualType = localType;
25081 if (actualType == NULL) {
25089 vctxt->inode->typeDef = actualType;

Completed in 260 milliseconds