Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Deval.c58 …char_u *make_expanded_name(char_u *in_start, char_u *expr_start, char_u *expr_end, char_u *in_end);
5677 char_u *in_end) in make_expanded_name() argument
5683 if (expr_end == NULL || in_end == NULL) in make_expanded_name()
5687 c1 = *in_end; in make_expanded_name()
5688 *in_end = NUL; in make_expanded_name()
5694 + (in_end - expr_end) + 1); in make_expanded_name()
5704 *in_end = c1; // put char back for error messages in make_expanded_name()