Home
last modified time | relevance | path

Searched refs:VSE_NONE (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dsession.c46 p = vim_strsave_fnameescape(sname, VSE_NONE); in ses_put_fname()
H A Dvim.h2794 #define VSE_NONE 0 macro
H A Dcmdexpand.c52 ? VSE_BUFFER : VSE_NONE; in ExpandEscape()
H A Dnormal.c3764 p = vim_strsave_fnameescape(ptr, VSE_NONE); in nv_ident()
H A Dvim9execute.c1151 VSE_NONE); in do_2string()
H A Dterminal.c670 p = vim_strsave_fnameescape(s, VSE_NONE); in term_start()
H A Devalfunc.c3893 tv_get_string(&argvars[0]), VSE_NONE); in f_fnameescape()