Home
last modified time | relevance | path

Searched refs:ExpandOne (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dcmdexpand.pro3 char_u *ExpandOne(expand_T *xp, char_u *str, char_u *orig, int options, int mode);
/vim-8.2.3635/src/
H A Dcmdexpand.c175 p2 = ExpandOne(xp, NULL, NULL, 0, type); in nextwild()
192 p2 = ExpandOne(xp, p1, in nextwild()
243 (void)ExpandOne(xp, NULL, NULL, 0, WILD_FREE); in nextwild()
284 ExpandOne( in ExpandOne() function
2966 ExpandOne(&xpc, pat, NULL, options, WILD_ALL_KEEP); in f_getcompletion()
H A Dlocale.c433 locale_list = ExpandOne(&xpc, (char_u *)"$VIMRUNTIME/lang/*", in find_locales()
H A Dhelp.c1317 dirname = ExpandOne(&xpc, eap->arg, NULL, in ex_helptags()
H A Dfilepath.c1312 rettv->vval.v_string = ExpandOne(&xpc, tv_get_string(&argvars[0]), in f_glob()
1318 ExpandOne(&xpc, tv_get_string(&argvars[0]), in f_glob()
H A Dex_getln.c956 (void)ExpandOne(xp, NULL, NULL, 0, WILD_FREE); in cmdline_wildchar_complete()
1859 (void)ExpandOne(&xpc, NULL, NULL, 0, WILD_FREE); in getcmdline_int()
H A Dmisc1.c1481 var = ExpandOne(&xpc, dst, NULL, in expand_env_esc()
H A Dtag.c3738 expanded_fname = ExpandOne(&xpc, (char_u *)fname, NULL, in expand_tag_fname()
H A Devalfunc.c3721 rettv->vval.v_string = ExpandOne(&xpc, s, NULL, in f_expand()
3727 ExpandOne(&xpc, s, NULL, options, WILD_ALL_KEEP); in f_expand()
H A Dex_docmd.c4935 p = ExpandOne(&xpc, eap->arg, NULL, in expand_filename()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt1848 global. Pass them to ExpandOne() and all functions called by it.
8717 Solution: Don't call ExpandOne() from globpath(). (Flemming Madsen)
10338 they are overwritten when ExpandOne() is called recursively by
H A Dversion7.txt5559 Solution: Free "orig" argument of ExpandOne() when it's not used.