taglinefilesource code
vt_dont_switch109drivers/char/tty_io.cchar vt_dont_switch = 0;
vt_dont_switch545drivers/char/tty_io.cif ((new_console == fg_console) || (vt_dont_switch))
vt_dont_switch616drivers/char/tty_io.cif ((new_console == fg_console) || (vt_dont_switch))
vt_dont_switch32drivers/char/vt.cextern char vt_dont_switch;
vt_dont_switch1126drivers/char/vt.cvt_dont_switch = 1;
vt_dont_switch1131drivers/char/vt.cvt_dont_switch = 0;