Searched refs:option_end (Results 1 – 1 of 1) sorted by relevance
1635 char_u *option_end; in eval_option() local1645 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()