Searched refs:file_str (Results 1 – 1 of 1) sorted by relevance
1854 char_u *file_str = NULL; in expand_cmdline() local1870 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()