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

  /xsrc/external/mit/xconsole/dist/
xconsole.c 99 static Atom mit_console; variable
102 #define MIT_CONSOLE "MIT_CONSOLE_"
103 static char mit_console_name[255 + MIT_CONSOLE_LEN + 1] = MIT_CONSOLE;
550 XtOwnSelection(top, mit_console, CurrentTime,
629 mit_console = XInternAtom(XtDisplay(top), mit_console_name, False);
631 if (XGetSelectionOwner (XtDisplay (top), mit_console))
633 XtGetSelectionValue(top, mit_console, XA_STRING, InsertSelection,
638 XtOwnSelection(top, mit_console, CurrentTime,
  /xsrc/external/mit/xterm/dist/
main.c 837 #define MIT_CONSOLE "MIT_CONSOLE_"
838 static char mit_console_name[255 + MIT_CONSOLE_LEN + 1] = MIT_CONSOLE;
839 static Atom mit_console; variable
4169 mit_console = CachedInternAtom(screen->display, mit_console_name);
4172 mit_console, CurrentTime,

Completed in 11 milliseconds