Searched refs:mit_console_name (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c103 static char mit_console_name[255 + MIT_CONSOLE_LEN + 1] = MIT_CONSOLE; variable in typeref:typename:char[]
242 hostname = mit_console_name + MIT_CONSOLE_LEN;
627 XmuGetHostname (mit_console_name + MIT_CONSOLE_LEN, 255);
629 mit_console = XInternAtom(XtDisplay(top), mit_console_name, False);
/xsrc/external/mit/xterm/dist/
H A Dmain.c838 static char mit_console_name[255 + MIT_CONSOLE_LEN + 1] = MIT_CONSOLE; variable in typeref:typename:char[]
4167 XmuGetHostname(mit_console_name + MIT_CONSOLE_LEN, 255);
4168 TRACE(("getting for console name property \"%s\"\n", mit_console_name));
4169 mit_console = CachedInternAtom(screen->display, mit_console_name);

Completed in 8 milliseconds