Home
last modified time | relevance | path

Searched defs:active (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_iminsert.vim10 func IM_activatefunc(active) argument
/vim-8.2.3635/src/
H A Dgui_xim.c73 call_imactivatefunc(int active) in call_imactivatefunc()
134 im_set_active(int active) in im_set_active()
1161 int active = active_arg; in im_set_active() local
1751 int active = !p_imdisable && active_arg; in mbyte_im_set_active() local
H A Ddosinst.c52 int active; // non-zero when choice is active member
H A Dgui_haiku.cc517 bool active; member
953 VimWindow::WindowActivated(bool active) in WindowActivated()
H A Dgui_w32.c5851 im_set_active(int active) in im_set_active()
5970 im_set_active(int active) in im_set_active()
/vim-8.2.3635/src/libvterm/src/
H A Dscreen.c499 static void resize_buffer(VTermScreen *screen, int bufidx, int new_rows, int new_cols, int active, … in resize_buffer()