Lines Matching refs:total_count
94 int *total_count)
98 _XIMCountNestedList((XIMArg *)args->value, total_count);
100 ++(*total_count);
105 _XIMCountVaList(va_list var, int *total_count)
109 *total_count = 0;
113 _XIMCountNestedList(va_arg(var, XIMArg*), total_count);
116 ++(*total_count);
154 int total_count;
157 _XIMCountVaList(var, &total_count);
161 _XIMVaToNestedList(var, total_count, &args);
171 int total_count;
179 _XIMCountVaList(var, &total_count);
186 _XIMVaToNestedList(var, total_count, &args);
199 int total_count;
207 _XIMCountVaList(var, &total_count);
214 _XIMVaToNestedList(var, total_count, &args);
232 int total_count;
240 _XIMCountVaList(var, &total_count);
247 _XIMVaToNestedList(var, total_count, &args);
285 int total_count;
296 _XIMCountVaList(var, &total_count);
303 _XIMVaToNestedList(var, total_count, &args);
315 int total_count;
326 _XIMCountVaList(var, &total_count);
333 _XIMVaToNestedList(var, total_count, &args);