Searched refs:ExpandOne (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | cmdexpand.pro | 3 char_u *ExpandOne(expand_T *xp, char_u *str, char_u *orig, int options, int mode);
|
| /vim-8.2.3635/src/ |
| H A D | cmdexpand.c | 175 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 D | locale.c | 433 locale_list = ExpandOne(&xpc, (char_u *)"$VIMRUNTIME/lang/*", in find_locales()
|
| H A D | help.c | 1317 dirname = ExpandOne(&xpc, eap->arg, NULL, in ex_helptags()
|
| H A D | filepath.c | 1312 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 D | ex_getln.c | 956 (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 D | misc1.c | 1481 var = ExpandOne(&xpc, dst, NULL, in expand_env_esc()
|
| H A D | tag.c | 3738 expanded_fname = ExpandOne(&xpc, (char_u *)fname, NULL, in expand_tag_fname()
|
| H A D | evalfunc.c | 3721 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 D | ex_docmd.c | 4935 p = ExpandOne(&xpc, eap->arg, NULL, in expand_filename()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 1848 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 D | version7.txt | 5559 Solution: Free "orig" argument of ExpandOne() when it's not used.
|