Home
last modified time | relevance | path

Searched refs:STRMOVE (Results 1 – 25 of 57) sorted by relevance

123

/dports/editors/vim/vim-8.2.3745/src/
H A Dfindfile.c664 STRMOVE(r_ptr, r_ptr + 1); in vim_findfile_stopdir()
1063 STRMOVE(file_path, p); in vim_findfile()
2331 STRMOVE(buf + len, buf + 2); in expand_path_option()
2347 STRMOVE(buf + len + 1, buf); in expand_path_option()
2542 STRMOVE(path + STRLEN(path), short_name); in uniquefy_paths()
2672 STRMOVE(filename + 1, p); in simplify_filename()
2699 STRMOVE(p, p + 1); // remove duplicate "/" in simplify_filename()
2716 STRMOVE(p, tail); in simplify_filename()
2832 STRMOVE(p, tail); // strip previous component in simplify_filename()
2839 STRMOVE(p, tail); // strip ".." or "../" in simplify_filename()
[all …]
H A Dtermlib.c191 STRMOVE(lbuf, lbuf + 2); in nextent()
H A Dmbyte.c813 STRMOVE(p, p + 3); in remove_bom()
4510 STRMOVE(p, p + 10); in enc_canonize()
4515 STRMOVE(p + 4, p + 3); in enc_canonize()
4522 STRMOVE(p + 9, p + 8); in enc_canonize()
4528 STRMOVE(p + 5, p + 6); in enc_canonize()
4534 STRMOVE(r, p); in enc_canonize()
H A Dmenu.c174 STRMOVE(arg, arg + 1); in ex_menu()
1575 STRMOVE(p, p + 1); in menu_name_skip()
1842 STRMOVE(p, p + 1); in menu_text()
2798 STRMOVE(p, p + 1); in menu_unescape_name()
2818 STRMOVE(arg + 1, arg + 5); in menu_translate_tab_and_shift()
H A Dstrings.c2595 STRMOVE(tp + 1, tp + 2); in vim_vsnprintf_typval()
2602 STRMOVE(tp + i, tp + i + 1); in vim_vsnprintf_typval()
2615 STRMOVE(tp, tp + 1); in vim_vsnprintf_typval()
2634 STRMOVE(tp + 2, tp + 3); in vim_vsnprintf_typval()
H A Dcharset.c461 STRMOVE(GA_PTR(i) + nlen, GA_PTR(i) + olen); in str_foldcase()
466 STRMOVE(buf + i + nlen, buf + i + olen); in str_foldcase()
2099 STRMOVE(p, p + 1); in backslash_halve()
H A Dops.c459 STRMOVE(newp + (verbatim_copy_end - oldp) + fill, non_white); in shift_block()
579 STRMOVE(newp + offset, oldp); in block_insert()
796 STRMOVE(newp + bd.textcol + bd.startspaces + bd.endspaces, oldp); in op_delete()
1123 STRMOVE(newp + STRLEN(newp), oldp); in op_replace()
1131 STRMOVE(after_p, oldp); in op_replace()
1823 STRMOVE(newp + offset, oldp); in op_change()
H A Dcmdexpand.c1973 STRMOVE(pat + i, pat + i + 3); in ExpandFromContext()
1976 STRMOVE(pat + i, pat + i + 1); in ExpandFromContext()
2326 STRMOVE(pat + i, pat + i + 1); in expand_shellcmd()
2402 STRMOVE(name, name + l); in expand_shellcmd()
H A Dregexp.c618 STRMOVE(p, p + 1); in skip_regexp_ex()
1785 STRMOVE(p, p + 1); // remove '~' in regtilde()
1787 STRMOVE(p, p + 2); // remove '\~' in regtilde()
H A Dcmdhist.c680 STRMOVE(p, p + i); in remove_key_from_history()
H A Dfilepath.c2129 STRMOVE(remain, q - 1); in f_resolve()
2162 STRMOVE(p, p + 2); in f_resolve()
3415 STRMOVE(p, p + 1); in dos_expandpath()
3659 STRMOVE(p, p + 1); in unix_expandpath()
H A Doption.c1999 STRMOVE(newval + i + comma, origval); in do_set()
2028 STRMOVE(newval + (s - origval), s + i); in do_set()
2046 STRMOVE(s, s + 2); in do_set()
2055 STRMOVE(s, s + 1); in do_set()
2887 STRMOVE(p, p + 1); in set_bool_option()
6606 STRMOVE(var, var + 1); in ExpandOldSetting()
H A Dterm.c1560 STRMOVE(t + 1, t + 2); in parse_builtin_tcap()
4239 STRMOVE(s, s + 1); in add_termcode()
4250 STRMOVE(s + 1, s); in add_termcode()
4444 STRMOVE(termcodes[i].code + 1, termcodes[i].code + 2); in switch_to_8bit()
H A Dex_docmd.c1034 STRMOVE(cmdline_copy, next_cmdline); in do_cmdline()
2313 STRMOVE(p, p + 1); in do_one_cmd()
5083 STRMOVE(p, p + 1); in separate_nextcmd()
5126 STRMOVE(p - 1, p); // remove the '\' in separate_nextcmd()
5183 STRMOVE(p, p + 1); in skip_cmd_arg()
8957 STRMOVE(src - 1, src); // remove backslash in eval_vars()
H A Dspellsuggest.c2597 STRMOVE(p + tl, p + fl); in suggest_trie_walk()
2628 STRMOVE(p + fl, p + tl); in suggest_trie_walk()
3023 STRMOVE(p, p + 1); in stp_sal_score()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dpath.c652 STRMOVE(p, p + 1); in do_path_expand()
849 STRMOVE(buf + len, buf + 2); in expand_path_option()
863 STRMOVE(buf + len + 1, buf); in expand_path_option()
1017 STRMOVE(path + STRLEN(path), short_name); in uniquefy_paths()
1519 STRMOVE(p, p + 1); // remove duplicate "/" in simplify_filename()
1537 STRMOVE(p, tail); in simplify_filename()
1636 STRMOVE(p, tail); // strip previous component in simplify_filename()
1642 STRMOVE(p, tail); // strip ".." or "../" in simplify_filename()
1645 STRMOVE(p - 2, p); // strip leading "./" in simplify_filename()
H A Dstrings.c1306 STRMOVE(tp + 1, tp + 2); in vim_vsnprintf_typval()
1312 STRMOVE(tp + i, tp + i + 1); in vim_vsnprintf_typval()
1322 STRMOVE(tp, tp + 1); in vim_vsnprintf_typval()
1334 STRMOVE(tp + 2, tp + 3); in vim_vsnprintf_typval()
H A Dmenu.c109 STRMOVE(arg, arg + 1); in ex_menu()
1163 STRMOVE(p, p + 1); in menu_name_skip()
1327 STRMOVE(p, p + 1); in menu_text()
1631 STRMOVE(p, p + 1); in menu_unescape_name()
1649 STRMOVE(arg + 1, arg + 5); in menu_translate_tab_and_shift()
H A Dmbyte.c402 STRMOVE(p, p + 3); in remove_bom()
2177 STRMOVE(p, p + 10); in enc_canonize()
2182 STRMOVE(p + 4, p + 3); in enc_canonize()
2188 STRMOVE(p + 9, p + 8); in enc_canonize()
2194 STRMOVE(p + 5, p + 6); in enc_canonize()
2200 STRMOVE(r, p); in enc_canonize()
H A Dvim.h232 #define STRMOVE(d, s) memmove((d), (s), STRLEN(s) + 1) macro
H A Dcharset.c489 STRMOVE(GA_PTR(i) + nlen, GA_PTR(i) + olen); in str_foldcase()
492 STRMOVE(buf + i + nlen, buf + i + olen); in str_foldcase()
1692 STRMOVE(p, p + 1); in backslash_halve()
H A Dfile_search.c538 STRMOVE(r_ptr, r_ptr + 1); in vim_findfile_stopdir()
737 STRMOVE(rest_of_wildcards, rest_of_wildcards + 3); in vim_findfile()
876 STRMOVE(file_path, p); in vim_findfile()
H A Dops.c498 STRMOVE(newp + verbatim_diff + fill, non_white); in shift_block()
603 STRMOVE(newp + offset, oldp); in block_insert()
1546 STRMOVE(newp + bd.textcol + bd.startspaces + bd.endspaces, oldp); in op_delete()
2476 STRMOVE(newp + offset, oldp); in op_change()
3405 STRMOVE(ptr, oldp + col); in do_put()
H A Doption.c1535 STRMOVE(newval + i + comma, origval); in do_set()
1560 STRMOVE(newval + (s - origval), s + i); in do_set()
1573 STRMOVE(s, s + 2); in do_set()
1579 STRMOVE(s, s + 1); in do_set()
3965 STRMOVE(p, p + 1); in set_bool_option()
6666 STRMOVE(var, var + 1); in ExpandOldSetting()
H A Dex_docmd.c635 STRMOVE(cmdline_copy, next_cmdline); in do_cmdline()
1699 STRMOVE(p, p + 1); in do_one_cmd()
4624 STRMOVE(p, p + 1); in separate_nextcmd()
4651 STRMOVE(p - 1, p); // remove the '\' in separate_nextcmd()
4700 STRMOVE(p, p + 1); in skip_cmd_arg()
9023 STRMOVE(src - 1, src); // remove backslash in eval_vars()

123