Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgetchar.c84 #define TYPELEN_INIT (5 * (MAXMAPLEN + 3)) macro
85 static char_u typebuf_init[TYPELEN_INIT]; // initial typebuf.tb_buf
86 static char_u noremapbuf_init[TYPELEN_INIT]; // initial typebuf.tb_noremap
926 typebuf.tb_buflen = TYPELEN_INIT; in init_typebuf()
1331 typebuf.tb_buf = alloc(TYPELEN_INIT); in alloc_typebuf()
1332 typebuf.tb_noremap = alloc(TYPELEN_INIT); in alloc_typebuf()
1338 typebuf.tb_buflen = TYPELEN_INIT; in alloc_typebuf()