Searched refs:arshape_buf (Results 1 – 1 of 1) sorted by relevance
3248 static char_u *arshape_buf = NULL; variable3254 vim_free(arshape_buf); in free_arshape_buf()3301 vim_free(arshape_buf); in draw_cmdline()3303 arshape_buf = alloc(buflen); in draw_cmdline()3304 if (arshape_buf == NULL) in draw_cmdline()3311 arshape_buf[0] = ' '; in draw_cmdline()3353 newlen += (*mb_char2bytes)(u8c, arshape_buf + newlen); in draw_cmdline()3356 newlen += (*mb_char2bytes)(u8cc[0], arshape_buf + newlen); in draw_cmdline()3359 arshape_buf + newlen); in draw_cmdline()3365 mch_memmove(arshape_buf + newlen, p, mb_l); in draw_cmdline()[all …]