Home
last modified time | relevance | path

Searched refs:tmode (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dos_vms.c115 mch_settmode(tmode_T tmode) in mch_settmode() argument
119 if ( tmode == TMODE_RAW ) in mch_settmode()
196 TT_MODE tmode; in mch_get_shellsize() local
198 tmode = get_tty(); // get size from VMS in mch_get_shellsize()
199 Columns = tmode.width; in mch_get_shellsize()
200 Rows = tmode.x.y.length; in mch_get_shellsize()
H A Dos_amiga.c983 mch_settmode(tmode_T tmode) in mch_settmode() argument
986 if (!SetMode(raw_in, tmode == TMODE_RAW ? 1 : 0)) in mch_settmode()
989 tmode == TMODE_RAW ? -1L : 0L) == 0) in mch_settmode()
1252 int tmode = cur_tmode; in mch_call_shell() local
1439 if (tmode == TMODE_RAW) in mch_call_shell()
H A Dos_unix.c3540 mch_settmode(tmode_T tmode) in mch_settmode() argument
3560 if (tmode == TMODE_RAW) in mch_settmode()
3626 if (tmode == TMODE_RAW) in mch_settmode()
3635 mch_cur_tmode = tmode; in mch_settmode()
4532 tmode_T tmode = cur_tmode; in mch_call_shell_system() local
4597 if (tmode == TMODE_RAW) in mch_call_shell_system()
4652 if (tmode == TMODE_RAW) in mch_call_shell_fork()
5325 if (tmode == TMODE_RAW) in mch_call_shell_fork()
5370 if (tmode == TMODE_RAW) in mch_call_shell_fork()
5410 if (tmode == TMODE_RAW) in mch_call_shell_fork()
[all …]
H A Dterm.c3563 settmode(tmode_T tmode) in settmode() argument
3581 if (tmode != cur_tmode) in settmode()
3591 if (tmode != TMODE_RAW && termrequest_any_pending()) in settmode()
3596 if (tmode != TMODE_RAW) in settmode()
3602 if (termcap_active && tmode != TMODE_SLEEP in settmode()
3608 if (tmode != TMODE_RAW) in settmode()
3621 mch_settmode(tmode); // machine specific function in settmode()
3622 cur_tmode = tmode; in settmode()
3623 if (tmode == TMODE_RAW) in settmode()
H A Dos_win32.c3743 mch_settmode(tmode_T tmode) in mch_settmode() argument
3755 if (tmode == TMODE_RAW) in mch_settmode()
3794 tmode == TMODE_RAW ? "raw" : in mch_settmode()
3795 tmode == TMODE_COOK ? "cooked" : "normal", in mch_settmode()
4759 int tmode = cur_tmode; in mch_call_shell() local
5047 if (tmode == TMODE_RAW) in mch_call_shell()
H A Dos_mswin.c548 mch_settmode(tmode_T tmode UNUSED) in mch_settmode()
/vim-8.2.3635/src/proto/
H A Dos_vms.pro2 void mch_settmode(tmode_T tmode);
H A Dos_amiga.pro34 void mch_settmode(tmode_T tmode);
H A Dos_mswin.pro13 void mch_settmode(tmode_T tmode);
H A Dos_win32.pro42 void mch_settmode(tmode_T tmode);
H A Dos_unix.pro51 void mch_settmode(tmode_T tmode);
H A Dterm.pro49 void settmode(tmode_T tmode);
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt45914 t_TI and t_TE when switching to/from TMODE_SLEEP. Make tmode an