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

  /xsrc/external/mit/xlogo/dist/
xlogo.h 36 #define Log(x) { if(userOptions.verbose) printf x; }
37 #define Msg(x) { if((!userOptions.quiet) || userOptions.verbose) printf x; }
49 extern XLogoResourceData userOptions;
xlogo.c 104 XLogoResourceData userOptions;
227 XtGetApplicationResources(toplevel, (XtPointer)&userOptions, resources,
  /xsrc/external/mit/xmore/dist/
xmore.c 73 static XMoreResourceData userOptions;
182 XtGetApplicationResources(toplevel, (XtPointer)&userOptions, resources,
198 XtSetArg(args[n], XtNfontSet, userOptions.textfont); n++;
  /xsrc/external/mit/xclipboard/dist/
xclipboard.c 666 static ResourceData userOptions;
690 XtGetApplicationResources(top, (XtPointer)&userOptions, resources,
713 if (userOptions.wrap) {

Completed in 6 milliseconds