Searched refs:TYPELEN_INIT (Results 1 – 1 of 1) sorted by relevance
84 #define TYPELEN_INIT (5 * (MAXMAPLEN + 3)) macro85 static char_u typebuf_init[TYPELEN_INIT]; // initial typebuf.tb_buf86 static char_u noremapbuf_init[TYPELEN_INIT]; // initial typebuf.tb_noremap926 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()