Searched refs:get_var_value (Results 1 – 8 of 8) sorted by relevance
753 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()
2424 && (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()
382 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()
906 && get_var_value((char_u *)"g:colors_name") != NULL) in did_set_string_option()
6052 p = get_var_value((char_u *)"g:mapleader"); in replace_termcodes()6057 p = get_var_value((char_u *)"g:maplocalleader"); in replace_termcodes()
6342 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()
3007 get_var_value(char_u *name) in get_var_value() function
66 char_u *get_var_value(char_u *name);