Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Deval.pro76 char_u *find_option_end(char_u **arg, int *opt_flags);
/vim-8.2.3635/src/
H A Dtypval.c1645 option_end = find_option_end(arg, &opt_flags); in eval_option()
H A Devalvars.c1386 p = find_option_end(&arg, &opt_flags); in ex_let_one()
H A Deval.c6278 find_option_end(char_u **arg, int *opt_flags) in find_option_end() function
H A Dvim9compile.c6073 p = find_option_end(&p, opt_flags); in get_var_dest()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt13687 Solution: Pass the flags from find_option_end() to get_option_value().