Home
last modified time | relevance | path

Searched refs:tmode_T (Results 1 – 16 of 16) sorted by relevance

/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/src/
H A Dtermdefs.h225 } tmode_T; typedef
H A Dos_vms.c115 mch_settmode(tmode_T tmode) in mch_settmode()
H A Dos_unix.c217 static tmode_T mch_cur_tmode = TMODE_COOK;
587 tmode_T old_tmode; in mch_delay()
3540 mch_settmode(tmode_T tmode) in mch_settmode()
4532 tmode_T tmode = cur_tmode; in mch_call_shell_system()
4626 tmode_T tmode = cur_tmode; in mch_call_shell_fork()
H A Dos_amiga.c983 mch_settmode(tmode_T tmode) in mch_settmode()
H A Dglobals.h1237 EXTERN tmode_T cur_tmode INIT(= TMODE_COOK); // input terminal mode
H A Dos_mswin.c548 mch_settmode(tmode_T tmode UNUSED) in mch_settmode()
H A Dmessage.c3753 tmode_T save_tmode; in do_dialog()
H A Dterm.c3563 settmode(tmode_T tmode) in settmode()
H A Dos_win32.c3743 mch_settmode(tmode_T tmode) in mch_settmode()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt45947 Solution: Also use tmode_T for settmode().