Searched refs:vcs (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_init.c | 81 char *vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; local in function:xf86OpenConsole 150 while (vcs[i] != NULL) { 151 sprintf(vtname, vcs[i], xf86Info.vtno); /* /dev/tty1-64 */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_init.c | 178 const char *vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; local in function:xf86OpenConsole 205 while (vcs[i] != NULL) { 206 snprintf(vtname, sizeof(vtname), vcs[i], xf86Info.vtno); /* /dev/tty1-64 */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | lnx-keyboard.c | 432 const char *vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; local in function:kbdLinuxOpenVT 435 for (i = 0; vcs[i]; i++) { 436 XmuSnprintf(name, sizeof(name), vcs[i], vtno);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | README.md | 187 ctwm development uses breezy (see <https://www.breezy-vcs.org/>) for
|
Completed in 8 milliseconds