Searched refs:avlist (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DVarargs.c42 _XtCountNestedList(XtTypedArgList avlist, int *total_count, int *typed_count) argument
44 for (; avlist->name != NULL; avlist++) {
45 if (strcmp(avlist->name, XtVaNestedList) == 0) {
46 _XtCountNestedList((XtTypedArgList) avlist->value, total_count,
50 if (avlist->type != NULL) {
102 XtTypedArgList avlist; local in function:XtVaCreateArgsList
127 avlist = _XtVaCreateTypedArgList(var, count);
129 return (XtVarArgsList) avlist;
136 XtTypedArgList avlist; local in function:_XtVaCreateTypedArgList
261 NestedArgtoArg(Widget widget,XtTypedArgList avlist,ArgList args,XtResourceList resources,Cardinal num_resources,ArgList memory_return) argument
444 NestedArgtoTypedArg(XtTypedArgList args,XtTypedArgList avlist) argument
[all...]
H A DVarGet.c203 XtTypedArgList avlist,
210 for (; avlist->name != NULL; avlist++) {
211 if (avlist->type != NULL) {
212 GetTypedArg(widget, avlist, resources, num_resources);
214 else if (strcmp(avlist->name, XtVaNestedList) == 0) {
215 count += GetNestedArg(widget, (XtTypedArgList) avlist->value,
219 (args + count)->name = avlist->name;
220 (args + count)->value = avlist->value;
202 GetNestedArg(Widget widget,XtTypedArgList avlist,ArgList args,XtResourceList resources,Cardinal num_resources) argument

Completed in 2 milliseconds