Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds2.c753 old_cur_comp = get_var_value((char_u *)"g:current_compiler"); in ex_compiler()
770 p = get_var_value((char_u *)"g:current_compiler"); in ex_compiler()
H A Dfilepath.c2424 && (filter = get_var_value((char_u *)"b:browsefilter")) == NULL in do_browse()
2425 && (filter = get_var_value((char_u *)"g:browsefilter")) == NULL in do_browse()
H A Dhighlight.c382 p = get_var_value((char_u *)"g:colors_name"); in init_highlight()
441 if (get_var_value((char_u *)"g:syntax_on") != NULL) in init_highlight()
H A Doptionstr.c906 && get_var_value((char_u *)"g:colors_name") != NULL) in did_set_string_option()
H A Dterm.c6052 p = get_var_value((char_u *)"g:mapleader"); in replace_termcodes()
6057 p = get_var_value((char_u *)"g:maplocalleader"); in replace_termcodes()
H A Dsyntax.c6342 old_value = get_var_value((char_u *)"b:current_syntax"); in ex_ownsyntax()
6351 new_value = get_var_value((char_u *)"b:current_syntax"); in ex_ownsyntax()
H A Devalvars.c3007 get_var_value(char_u *name) in get_var_value() function
/vim-8.2.3635/src/proto/
H A Devalvars.pro66 char_u *get_var_value(char_u *name);