Searched refs:XIMArg (Results 1 – 1 of 1) sorted by relevance
27 struct XIMArg struct56 typedef XIM (*OpenFunction)(Display*, XrmDatabase, char*, char*, XIMArg*);66 XvaCountArgs( XIMArg *pInArgs ) in XvaCountArgs()77 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs()101 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs()112 XIMArg*113 XvaGetArgs( XIMArg *pInArgs, XIMArg *pOutArgs ) in XvaGetArgs()123 pOutArgs = XvaGetArgs( (XIMArg*)pValue, pOutArgs ); in XvaGetArgs()138 XvaGetArgs( va_list pInArgs, XIMArg *pOutArgs ) in XvaGetArgs()148 pOutArgs = XvaGetArgs( (XIMArg*)pValue, pOutArgs ); in XvaGetArgs()[all …]