Lines Matching defs:matched
106 PathName *path; /* The pathname being matched */
298 * then the array will contain the files that matched them. Note that
316 * the beginning of a filename component must also be matched
366 * If the caller specified that the whole of path[] be matched,
462 * No files matched?
469 * Sort the pathnames that matched.
502 /* of the pattern that is to be matched with files */
504 char *file; /* The name of the file being matched */
514 * the pattern that should be matched to files within the current directory.
800 * file const char * The file-name component to be matched to the pattern.
802 * xplicit int If non-zero, the first character must be matched
858 * If there is a character to be matched, skip it and advance the
888 * A normal character to be matched explicitly.
907 * string matched, then the filename string must also have been
918 * c int The character to be matched with the range
920 * pattern const char * The range pattern to be matched (ie. after the
926 * 1 - The character matched.
932 int matched = 0; /* True if the character matched the pattern */
950 matched = 1;
966 matched = 1;
975 while(!matched && *pptr && *pptr != ']') {
983 matched = 1;
990 matched = 1;
1003 return matched ? !invert : invert;