Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c1854 char_u *file_str = NULL; in expand_cmdline() local
1870 file_str = addstar(xp->xp_pattern, xp->xp_pattern_len, xp->xp_context); in expand_cmdline()
1871 if (file_str == NULL) in expand_cmdline()
1878 if (ExpandFromContext(xp, file_str, matchcount, matches, options) == FAIL) in expand_cmdline()
1883 vim_free(file_str); in expand_cmdline()