Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dgetchar.pro30 int typebuf_maplen(void);
/vim-8.2.3635/src/
H A Dnormal.c553 mapped_len = typebuf_maplen(); in normal_cmd()
582 || (VIsual_active && mapped_len == 0 && typebuf_maplen() > 0)) in normal_cmd()
583 old_mapped_len = typebuf_maplen(); in normal_cmd()
1119 old_mapped_len = typebuf_maplen(); in normal_cmd()
H A Dgetchar.c1169 typebuf_maplen(void) in typebuf_maplen() function