Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c1922 char_u *delim_copy; in find_rawstring_end() local
1930 delim_copy = vim_strnsave(linep + startpos->col + 1, delim_len); in find_rawstring_end()
1931 if (delim_copy == NULL) in find_rawstring_end()
1942 if (*p == ')' && STRNCMP(delim_copy, p + 1, delim_len) == 0 in find_rawstring_end()
1952 vim_free(delim_copy); in find_rawstring_end()