Searched refs:tmode (Results 1 – 13 of 13) sorted by relevance
115 mch_settmode(tmode_T tmode) in mch_settmode() argument119 if ( tmode == TMODE_RAW ) in mch_settmode()196 TT_MODE tmode; in mch_get_shellsize() local198 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()
983 mch_settmode(tmode_T tmode) in mch_settmode() argument986 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() local1439 if (tmode == TMODE_RAW) in mch_call_shell()
3540 mch_settmode(tmode_T tmode) in mch_settmode() argument3560 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() local4597 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 …]
3563 settmode(tmode_T tmode) in settmode() argument3581 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()
3743 mch_settmode(tmode_T tmode) in mch_settmode() argument3755 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() local5047 if (tmode == TMODE_RAW) in mch_call_shell()
548 mch_settmode(tmode_T tmode UNUSED) in mch_settmode()
2 void mch_settmode(tmode_T tmode);
34 void mch_settmode(tmode_T tmode);
13 void mch_settmode(tmode_T tmode);
42 void mch_settmode(tmode_T tmode);
51 void mch_settmode(tmode_T tmode);
49 void settmode(tmode_T tmode);
45914 t_TI and t_TE when switching to/from TMODE_SLEEP. Make tmode an