Searched refs:KeepTty (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c41 static Bool KeepTty = FALSE; variable in typeref:typename:Bool
85 /* when KeepTty check if we're run with euid==0 */
86 if (KeepTty && geteuid() != 0)
129 if (!KeepTty) {
173 if (!KeepTty) {
309 KeepTty = TRUE;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c49 static Bool KeepTty = FALSE; variable in typeref:typename:Bool
155 if (!KeepTty && current_vt == xf86Info.vtno) {
157 "controlling tty is VT number %d, auto-enabling KeepTty\n",
159 KeepTty = TRUE;
169 return KeepTty;
183 if (!KeepTty) {
374 KeepTty = TRUE;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_init.c48 static Bool KeepTty = FALSE; variable in typeref:typename:Bool
193 if (!KeepTty)
366 KeepTty = TRUE;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_init.c48 static Bool KeepTty = FALSE; variable in typeref:typename:Bool
177 if (!KeepTty)
345 KeepTty = TRUE;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c43 static Bool KeepTty = FALSE; variable in typeref:typename:Bool
168 if (!KeepTty) {
636 KeepTty = TRUE;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c43 static Bool KeepTty = FALSE; variable in typeref:typename:Bool
173 if (!KeepTty)
725 KeepTty = TRUE;

Completed in 5 milliseconds