Lines Matching refs:pValue
69 char *pName, *pValue; in XvaCountArgs() local
73 pValue = pInArgs->value; in XvaCountArgs()
77 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs()
93 char *pName, *pValue; in XvaCountArgs() local
97 pValue = va_arg(pInArgs, char*); in XvaCountArgs()
101 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs()
115 char *pName, *pValue; in XvaGetArgs() local
119 pValue = pInArgs->value; in XvaGetArgs()
123 pOutArgs = XvaGetArgs( (XIMArg*)pValue, pOutArgs ); in XvaGetArgs()
128 pOutArgs->value = pValue; in XvaGetArgs()
140 char *pName, *pValue; in XvaGetArgs() local
144 pValue = va_arg(pInArgs, char*); in XvaGetArgs()
148 pOutArgs = XvaGetArgs( (XIMArg*)pValue, pOutArgs ); in XvaGetArgs()
153 pOutArgs->value = pValue; in XvaGetArgs()