HomeSort by: relevance | last modified time | path
    Searched refs:fallback_resources (Results 1 - 17 of 17) sorted by relevancy

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

Completed in 21 milliseconds