Home
last modified time | relevance | path

Searched refs:actualFormat (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c300 int result, actualFormat; in LookupName() local
312 &actualFormat, &numItems, &bytesAfter, in LookupName()
322 if ((result != Success) || (actualFormat != 8) || (actualType != XA_STRING)) in LookupName()
406 int result, actualFormat; in SendEventProc() local
424 &actualFormat, &numItems, &bytesAfter, in SendEventProc()
433 || (actualFormat != 8)) in SendEventProc()
/vim-8.2.3635/src/
H A Dif_xcmdsrv.c1059 int result, actualFormat; in GetRegProp() local
1071 &actualFormat, numItemsp, &bytesAfter, in GetRegProp()
1088 if (result != Success || actualFormat != 8 || actualType != XA_STRING) in GetRegProp()
1116 int result, actualFormat; in serverEventProc() local
1134 &actualFormat, &numItems, &bytesAfter, in serverEventProc()
1138 if (result != Success || actualType != XA_STRING || actualFormat != 8) in serverEventProc()