Home
last modified time | relevance | path

Searched refs:switch_modes (Results 1 – 6 of 6) sorted by relevance

/dports/devel/tokei/tokei-12.1.2/tests/data/
H A Dgas.S15 jmp switch_modes
18 switch_modes: label
/dports/japanese/kterm/kterm-6.2.0.fb6/
H A Dmisc.c1111 void switch_modes (tovt) in switch_modes() function
1127 if (!screen->TekEmu) switch_modes (False); /* switch to tek mode */ in hide_vt_window()
1136 if (screen->TekEmu) switch_modes (True); /* does longjmp to vt mode */ in hide_tek_window()
H A Dmenu.c786 switch_modes (screen->TekEmu); /* switch to tek mode */
1065 switch_modes (screen->TekEmu); /* switch to vt, or from */
/dports/x11/xterm/xterm-370/
H A Dmenu.c1739 switch_modes(TEK4014_ACTIVE(term)); /* switch to tek mode */ in do_tekmode()
2022 switch_modes(TEK4014_ACTIVE(term)); /* switch to vt, or from */ in do_vtmode()
H A Dxterm.h1225 extern void switch_modes (Bool /* tovt */);
H A Dmisc.c6619 switch_modes(Bool tovt) /* if true, then become vt mode */ in switch_modes() function
6635 switch_modes(False); /* switch to tek mode */ in hide_vt_window()
6644 switch_modes(True); /* does longjmp to vt mode */ in hide_tek_window()