Home
last modified time | relevance | path

Searched refs:mapblock_T (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dmap.c39 mapblock_T *
48 mapblock_T *
80 mapblock_T *mp; in map_free()
137 mapblock_T *mp, in showmap()
226 mapblock_T *mp = ALLOC_ONE(mapblock_T); in map_add()
1051 mapblock_T *mp; in map_to_exists_mode()
1260 mapblock_T *mp; in ExpandMappings()
1411 mapblock_T *mp; in check_abbr()
1726 mapblock_T *mp; in makemap()
2039 mapblock_T *mp; in check_map_keycodes()
[all …]
H A Dstructs.h1235 typedef struct mapblock mapblock_T; typedef
1238 mapblock_T *m_next; // next mapblock in list
2777 mapblock_T *(b_maphash[256]);
2780 mapblock_T *b_first_abbr;
H A Dgetchar.c2384 mapblock_T *mp = NULL; in handle_mapping()
2385 mapblock_T *mp2; in handle_mapping()
2386 mapblock_T *mp_match; in handle_mapping()
/vim-8.2.3635/src/proto/
H A Dmap.pro2 mapblock_T *get_maphash_list(int state, int c);
3 mapblock_T *get_buf_maphash_list(int state, int c);
19 char_u *check_map(char_u *keys, int mode, int exact, int ign_mod, int abbr, mapblock_T **mp_ptr, in…