Searched refs:get_vim_var_str (Results 1 – 15 of 15) sorted by relevance
569 if (*get_vim_var_str(VV_EXCEPTION) == NUL) in f_assert_exception()578 && strstr((char *)get_vim_var_str(VV_EXCEPTION), (char *)error) == NULL) in f_assert_exception()664 actual = get_vim_var_str(VV_ERRMSG); in f_assert_fails()
2291 old_termresponse = get_vim_var_str(VV_TERMRESPONSE); in block_autocmds()2306 && get_vim_var_str(VV_TERMRESPONSE) != old_termresponse) in unblock_autocmds()
214 && *get_vim_var_str(VV_CHAR) == NUL in edit()5387 if (STRCMP(buf, get_vim_var_str(VV_CHAR)) != 0) in do_insert_char_pre()5388 res = vim_strsave(get_vim_var_str(VV_CHAR)); in do_insert_char_pre()
153 && *get_vim_var_str(VV_OPTION_TYPE) == NUL) in trigger_optionsset_string()
2424 if (*get_vim_var_str(VV_SCROLLSTART) == NUL) in inc_msg_scrolled()
5175 char_u *servername = get_vim_var_str(VV_SEND_SERVER); in win32_build_env()5179 char_u *version = get_vim_var_str(VV_VERSION); in win32_build_env()
4658 strregname = get_vim_var_str(VV_REG); in f_getreg()4716 strregname = get_vim_var_str(VV_REG); in f_getregtype()7802 strregname = get_vim_var_str(VV_REG); in f_getreginfo()
3739 dashes = get_vim_var_str(VV_FOLDDASHES); in f_foldtext()
4160 s = get_vim_var_str(VV_FCS_CHOICE); in buf_check_timestamp()
2268 get_vim_var_str(int idx) in get_vim_var_str() function
2622 && *get_vim_var_str(VV_SWAPCOMMAND) == NUL) in do_ecmd()
2503 (char *)get_vim_var_str(VV_ERRMSG)); in channel_exe_cmd()
4655 switch (*get_vim_var_str(VV_SWAPCHOICE)) in do_swapexists()
2658 if (starting || errmsg != NULL || *get_vim_var_str(VV_OPTION_TYPE) != NUL) in apply_optionset_autocmd()
43 char_u *get_vim_var_str(int idx);