| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | CreateI.h | 32 String *fallback_resources, WidgetClass widget_class, 38 String *fallback_resources, va_list var_args);
|
| H A D | InitialI.h | 178 String * fallback_resources; /* Set by XtAppSetFallbackResources. */ member in struct:_XtAppStruct 254 String* /* fallback_resources */
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | VarCreate.c | 261 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 D | Initialize.c | 580 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 D | Display.c | 340 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 D | editres.c | 70 static String fallback_resources[] = { variable in typeref:typename:String[] 113 &argc, argv, fallback_resources,
|
| /xsrc/external/mit/xman/dist/ |
| H A D | main.c | 86 static String fallback_resources[] = { variable in typeref:typename:String[] 171 fallback_resources, NULL, ZERO);
|
| /xsrc/external/mit/xmore/dist/ |
| H A D | xmore.c | 83 static String fallback_resources[] = { variable in typeref:typename:String[] 169 &argc, argv, fallback_resources,
|
| /xsrc/external/mit/xkbutils/dist/ |
| H A D | xkbwatch.c | 75 static String fallback_resources[] = { local in function:main 91 fallback_resources,
|
| H A D | xkbvleds.c | 213 static String fallback_resources[] = { local in function:main 220 fallback_resources,
|
| /xsrc/external/mit/xlogo/dist/ |
| H A D | xlogo.c | 114 static String fallback_resources[] = { variable in typeref:typename:String[] 206 &argc, argv, fallback_resources,
|
| /xsrc/external/mit/xmessage/dist/ |
| H A D | xmessage.c | 97 static String fallback_resources[] = { variable in typeref:typename:String[] 333 fallback_resources, NULL, 0);
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | xt.c | 531 *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 D | xclipboard.c | 79 static String fallback_resources[] = { variable in typeref:typename:String[] 688 &argc, argv, fallback_resources, NULL, 0);
|
| /xsrc/external/mit/viewres/dist/ |
| H A D | viewres.c | 130 static const char *fallback_resources[] = { variable in typeref:typename:const char * [] 896 &argc, argv, (String *) fallback_resources,
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | main.c | 966 static String fallback_resources[] = variable in typeref:typename:String[] 2636 fallback_resources,
|
| H A D | misc.c | 7653 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
|