Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtypval.c1635 char_u *option_end; in eval_option() local
1645 option_end = find_option_end(arg, &opt_flags); in eval_option()
1646 if (option_end == NULL) in eval_option()
1655 *arg = option_end; in eval_option()
1659 c = *option_end; in eval_option()
1660 *option_end = NUL; in eval_option()
1708 *option_end = c; // put back for error messages in eval_option()
1709 *arg = option_end; in eval_option()