Home
last modified time | relevance | path

Searched refs:p_smd (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dtextformat.c1108 smd_save = p_smd; in format_lines()
1109 p_smd = FALSE; in format_lines()
1116 p_smd = smd_save; in format_lines()
H A Dnormal.c896 save_smd = p_smd; in normal_cmd()
897 p_smd = FALSE; // Don't let the IM code show the mode here in normal_cmd()
938 p_smd = save_smd; in normal_cmd()
1140 if ( ((p_smd in normal_cmd()
5686 if (p_smd && msg_silent == 0) in nv_visual()
5804 if (p_smd && msg_silent == 0) in n_start_visual_mode()
H A Dmouse.c1019 || (VIsual_active && p_smd && msg_silent == 0 in do_mouse()
1971 if (p_smd && msg_silent == 0) in jump_to_mouse()
H A Doption.h908 EXTERN int p_smd; // 'showmode' variable
H A Dedit.c408 if (p_smd && msg_silent == 0) in edit()
3722 else if (p_smd && (got_int || !skip_showmode())) in ins_esc()
H A Dgetchar.c3398 if (advance && p_smd && msg_silent == 0 && (State & INSERT)) in vgetorpeek()
H A Dinsexpand.c4233 if (!p_smd) in ins_complete()
H A Dscreen.c4144 do_mode = ((p_smd && msg_silent == 0) in showmode()
H A Doptiondefs.h2341 (char_u *)&p_smd, PV_NONE,