Searched refs:precomp_buf (Results 1 – 1 of 1) sorted by relevance
3763 char_u *precomp_buf = in unix_expandpath() local3766 if (precomp_buf) in unix_expandpath()3768 mch_memmove(buf, precomp_buf, precomp_len); in unix_expandpath()3769 vim_free(precomp_buf); in unix_expandpath()