Home
last modified time | relevance | path

Searched refs:b_mapped_ctrl_c (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dui.c178 if ((mapped_ctrl_c | curbuf->b_mapped_ctrl_c) & get_real_state()) in ui_inchar()
H A Dmap.c235 curbuf->b_mapped_ctrl_c |= mode; in map_add()
818 curbuf->b_mapped_ctrl_c &= ~mode; in do_map()
H A Dstructs.h3148 int b_mapped_ctrl_c; // modes where CTRL-C is mapped member