Searched refs:non_suf_match (Results 1 – 2 of 2) sorted by relevance
297 int non_suf_match; // number without matching suffix in ExpandOne() local387 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()
3129 int non_suf_match; // number without matching suffix in expand_wildcards() local3180 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()