Home
last modified time | relevance | path

Searched refs:get_vim_var_str (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/
H A Dtesting.c569 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()
H A Dautocmd.c2291 old_termresponse = get_vim_var_str(VV_TERMRESPONSE); in block_autocmds()
2306 && get_vim_var_str(VV_TERMRESPONSE) != old_termresponse) in unblock_autocmds()
H A Dedit.c214 && *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()
H A Doptionstr.c153 && *get_vim_var_str(VV_OPTION_TYPE) == NUL) in trigger_optionsset_string()
H A Dmessage.c2424 if (*get_vim_var_str(VV_SCROLLSTART) == NUL) in inc_msg_scrolled()
H A Dos_win32.c5175 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()
H A Devalfunc.c4658 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()
H A Dfold.c3739 dashes = get_vim_var_str(VV_FOLDDASHES); in f_foldtext()
H A Dfileio.c4160 s = get_vim_var_str(VV_FCS_CHOICE); in buf_check_timestamp()
H A Devalvars.c2268 get_vim_var_str(int idx) in get_vim_var_str() function
H A Dex_cmds.c2622 && *get_vim_var_str(VV_SWAPCOMMAND) == NUL) in do_ecmd()
H A Dchannel.c2503 (char *)get_vim_var_str(VV_ERRMSG)); in channel_exe_cmd()
H A Dmemline.c4655 switch (*get_vim_var_str(VV_SWAPCHOICE)) in do_swapexists()
H A Doption.c2658 if (starting || errmsg != NULL || *get_vim_var_str(VV_OPTION_TYPE) != NUL) in apply_optionset_autocmd()
/vim-8.2.3635/src/proto/
H A Devalvars.pro43 char_u *get_vim_var_str(int idx);