Searched refs:pattern (Results 1 – 6 of 6) sorted by relevance
105 match(const str *text, const str *pattern, int match_prefix, int match_substring) { in match() argument106 assert(text); assert(pattern); in match()108 if (text->length < pattern->length) in match()128 if ((match_prefix || pattern->length == token_length) && in match()129 memcmp(token, pattern->s, pattern->length) == 0) in match()135 return (match_prefix || pattern->length == text->length) && in match()136 memcmp(text->s, pattern->s, pattern->length) == 0; in match()
36 - name or pattern
678 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp711 # for example use the pattern */test/*730 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp762 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern764 # Doxygen will compare the file name with each pattern and apply the767 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further780 # pattern. A pattern will override the setting for FILTER_PATTERN (if any)781 # and it is also possible to disable source filtering for a specific pattern
588 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp618 # for example use the pattern */test/*637 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp667 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern669 # Doxygen will compare the file name with each pattern and apply the672 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
807 # exclude all test directories for example use the pattern */test/*818 # exclude all test directories use the pattern */test/*829 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and865 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern866 # basis. Doxygen will compare the file name with each pattern and apply the867 # filter if there is a match. The filters are a list of the form: pattern=filter882 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and883 # it is also possible to disable source filtering for a specific pattern using
757 usage pattern