Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c4580 char_u *new_fmt_p = new_fmt; in build_stl_str_hl() local
4582 new_fmt_p = (char_u *)memcpy(new_fmt_p, usefmt, parsed_usefmt) in build_stl_str_hl()
4584 new_fmt_p = (char_u *)memcpy(new_fmt_p , str, str_length) in build_stl_str_hl()
4586 new_fmt_p = (char_u *)memcpy(new_fmt_p, "%}", 2) + 2; in build_stl_str_hl()
4587 new_fmt_p = (char_u *)memcpy(new_fmt_p , s, fmt_length) in build_stl_str_hl()
4589 *new_fmt_p = 0; in build_stl_str_hl()
4590 new_fmt_p = NULL; in build_stl_str_hl()