Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c302 Atom actualType; in LookupName() local
311 MAX_PROP_WORDS, False, XA_STRING, &actualType, in LookupName()
315 if (actualType == None) in LookupName()
322 if ((result != Success) || (actualFormat != 8) || (actualType != XA_STRING)) in LookupName()
409 Atom actualType; in SendEventProc() local
423 MAX_PROP_WORDS, True, XA_STRING, &actualType, in SendEventProc()
432 if ((result != Success) || (actualType != XA_STRING) in SendEventProc()
/vim-8.2.3635/src/
H A Dif_xcmdsrv.c1061 Atom actualType; in GetRegProp() local
1070 XA_STRING, &actualType, in GetRegProp()
1079 if (actualType == None) in GetRegProp()
1088 if (result != Success || actualFormat != 8 || actualType != XA_STRING) in GetRegProp()
1118 Atom actualType; in serverEventProc() local
1133 XA_STRING, &actualType, in serverEventProc()
1138 if (result != Success || actualType != XA_STRING || actualFormat != 8) in serverEventProc()