Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c297 int non_suf_match; // number without matching suffix in ExpandOne() local
387 non_suf_match = xp->xp_numfiles; in ExpandOne()
389 non_suf_match = 1; in ExpandOne()
397 non_suf_match = 0; in ExpandOne()
400 ++non_suf_match; in ExpandOne()
402 if (non_suf_match != 1) in ExpandOne()
413 if (!(non_suf_match != 1 && mode == WILD_EXPAND_FREE)) in ExpandOne()
H A Dfilepath.c3129 int non_suf_match; // number without matching suffix in expand_wildcards() local
3180 non_suf_match = 0; in expand_wildcards()
3190 for (j = i; j > non_suf_match; --j) in expand_wildcards()
3192 (*files)[non_suf_match++] = p; in expand_wildcards()