Lines Matching refs:vim_strncpy
742 vim_strncpy(fword, ptr, endlen[endidxcnt]); in find_word()
1526 vim_strncpy(buf + n, p, maxlen - 1 - n); in spell_cat_line()
1825 vim_strncpy(buf, word, len); in count_common_word()
1901 vim_strncpy(syl->sy_chars, s, l); in init_syl_tab()
2047 vim_strncpy(region_cp, p + 1, 2); in did_set_spelllang()
2199 vim_strncpy(lang, gettail(spf_name), MAXWLEN); in did_set_spelllang()
2336 vim_strncpy(bp + n, p, l); in use_midword()
2970 vim_strncpy(wcopy + l, p, MAXWLEN - l - 1); in onecap_copy()
3242 vim_strncpy(word, s, MAXWLEN - 1); in spell_soundfold_sal()
4217 vim_strncpy(prefix + depth, word, MAXWLEN - depth - 1); in dump_prefixes()
4234 vim_strncpy(prefix + depth, word_up, in dump_prefixes()