Searched refs:fallback_resources (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/libXt/dist/include/X11/
H A DCreateI.h32 String *fallback_resources, WidgetClass widget_class,
38 String *fallback_resources, va_list var_args);
H A DInitialI.h178 String * fallback_resources; /* Set by XtAppSetFallbackResources. */ member in struct:_XtAppStruct
254 String* /* fallback_resources */
/xsrc/external/mit/libXt/dist/src/
H A DVarCreate.c261 String *fallback_resources,
276 argc_in_out, &argv_in_out, fallback_resources);
324 String *fallback_resources,
329 argc_in_out, argv_in_out, fallback_resources,
345 String *fallback_resources,
355 fallback_resources, widget_class, var);
367 String *fallback_resources,
373 va_start(var, fallback_resources);
376 fallback_resources,
255 _XtVaOpenApplication(XtAppContext * app_context_return,_Xconst char * application_class,XrmOptionDescList options,Cardinal num_options,int * argc_in_out,_XtString * argv_in_out,String * fallback_resources,WidgetClass widget_class,va_list var_args) argument
318 _XtVaAppInitialize(XtAppContext * app_context_return,_Xconst char * application_class,XrmOptionDescList options,Cardinal num_options,int * argc_in_out,_XtString * argv_in_out,String * fallback_resources,va_list var_args) argument
339 XtVaOpenApplication(XtAppContext * app_context_return,_Xconst char * application_class,XrmOptionDescList options,Cardinal num_options,int * argc_in_out,_XtString * argv_in_out,String * fallback_resources,WidgetClass widget_class,...) argument
361 XtVaAppInitialize(XtAppContext * app_context_return,_Xconst char * application_class,XrmOptionDescList options,Cardinal num_options,int * argc_in_out,_XtString * argv_in_out,String * fallback_resources,...) argument
H A DInitialize.c580 if (do_fallback && pd->appContext->fallback_resources) { /* Fallback defaults */
584 for (res = pd->appContext->fallback_resources; *res; res++)
944 app_context->fallback_resources = specification_list;
955 String *fallback_resources,
970 argc_in_out, &argv_in_out, fallback_resources);
1002 String *fallback_resources,
1008 argc_in_out, argv_in_out, fallback_resources,
949 XtOpenApplication(XtAppContext * app_context_return,_Xconst char * application_class,XrmOptionDescRec * options,Cardinal num_options,int * argc_in_out,_XtString * argv_in_out,String * fallback_resources,WidgetClass widget_class,ArgList args_in,Cardinal num_args_in) argument
996 XtAppInitialize(XtAppContext * app_context_return,_Xconst char * application_class,XrmOptionDescRec * options,Cardinal num_options,int * argc_in_out,_XtString * argv_in_out,String * fallback_resources,ArgList args_in,Cardinal num_args_in) argument
H A DDisplay.c340 String *fallback_resources)
359 if (fallback_resources) /* save a procedure call */
360 XtAppSetFallbackResources(*app_context_return, fallback_resources);
452 app->fallback_resources = NULL;
334 _XtAppInit(XtAppContext * app_context_return,String application_class,XrmOptionDescRec * options,Cardinal num_options,int * argc_in_out,_XtString ** argv_in_out,String * fallback_resources) argument
/xsrc/external/mit/editres/dist/
H A Deditres.c70 static String fallback_resources[] = { variable in typeref:typename:String[]
113 &argc, argv, fallback_resources,
/xsrc/external/mit/xman/dist/
H A Dmain.c86 static String fallback_resources[] = { variable in typeref:typename:String[]
171 fallback_resources, NULL, ZERO);
/xsrc/external/mit/xmore/dist/
H A Dxmore.c83 static String fallback_resources[] = { variable in typeref:typename:String[]
169 &argc, argv, fallback_resources,
/xsrc/external/mit/xkbutils/dist/
H A Dxkbwatch.c75 static String fallback_resources[] = { local in function:main
91 fallback_resources,
H A Dxkbvleds.c213 static String fallback_resources[] = { local in function:main
220 fallback_resources,
/xsrc/external/mit/xlogo/dist/
H A Dxlogo.c114 static String fallback_resources[] = { variable in typeref:typename:String[]
206 &argc, argv, fallback_resources,
/xsrc/external/mit/xmessage/dist/
H A Dxmessage.c97 static String fallback_resources[] = { variable in typeref:typename:String[]
333 fallback_resources, NULL, 0);
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dxt.c531 *options, *fallback_resources; local in function:Lisp_XtAppInitialize
533 fallback_resources = ARGUMENT(3);
543 if (fallback_resources != UNSPEC) {
547 CHECK_CONS(fallback_resources);
548 for (string = fallback_resources, count = 0; CONSP(string);
554 for (string = fallback_resources, count = 0; CONSP(string);
/xsrc/external/mit/xclipboard/dist/
H A Dxclipboard.c79 static String fallback_resources[] = { variable in typeref:typename:String[]
688 &argc, argv, fallback_resources, NULL, 0);
/xsrc/external/mit/viewres/dist/
H A Dviewres.c130 static const char *fallback_resources[] = { variable in typeref:typename:const char * []
896 &argc, argv, (String *) fallback_resources,
/xsrc/external/mit/xterm/dist/
H A Dmain.c966 static String fallback_resources[] = variable in typeref:typename:String[]
2636 fallback_resources,
H A Dmisc.c7653 String *fallback_resources,
7668 fallback_resources,
7683 fallback_resources,
7647 xtermOpenApplication(XtAppContext * app_context_return,String my_class,XrmOptionDescRec * options,Cardinal num_options,int * argc_in_out,char ** argv_in_out,String * fallback_resources,WidgetClass widget_class,ArgList args,Cardinal num_args) argument

Completed in 37 milliseconds