Lines Matching defs:matches

4265 	 * First, check to see if the beginning of the file name matches
5008 * Check if string matches "label:"; move to character after ':' if true.
6472 /* If the start comment string matches in the previous
6474 * the middle comment string matches in the previous
6583 * a previous non-empty line that matches the same paren.
8595 /* When keeping all matches, return here */
8656 * Return TRUE if "fname" matches with an entry in 'suffixes'.
8744 * directories. Adds matches to "gap". Handles "*", "?", "[a-z]", "**", etc.
8745 * Return the number of matches found.
8748 * Return the number of matches found.
8766 int matches;
8873 * is following then find matches without any directory. */
8943 * find matches. */
8983 /* If no more matches and no match was used, try expanding the name
9021 matches = gap->ga_len - start_len;
9022 if (matches > 0)
9023 qsort(((char_u **)gap->ga_data) + start_len, (size_t)matches,
9025 return matches;
9055 * directories. Adds matches to "gap". Handles "*", "?", "[a-z]", "**", etc.
9058 * Return the number of matches found.
9076 int matches;
9176 * is following then find matches without any directory. */
9207 * find matches. */
9253 matches = gap->ga_len - start_len;
9254 if (matches > 0)
9255 qsort(((char_u **)gap->ga_data) + start_len, matches,
9257 return matches;
9402 * Returns a pointer to the file or directory name in "fname" that matches the
9447 * that matches the pattern. Beware, this is at least O(n^2) wrt "gap->ga_len".
9471 * regex matches anywhere in the path. FIXME: is this valid for all
9615 * Returns the total number of matches.
9710 * matches, "file" to the array of matches. Call FreeWild() later.