Searched refs:new_fmt_p (Results 1 – 1 of 1) sorted by relevance
4580 char_u *new_fmt_p = new_fmt; in build_stl_str_hl() local4582 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()