Searched refs:matches (Results 1 – 12 of 12) sorted by relevance
243 unsigned int *matches in pattern_search() local408 matches[nrules] = i; in pattern_search()467 + (rule->suffixes[matches[i]] - rule->targets[matches[i]]) - 1; in pattern_search()468 stemlen = namelen - rule->lens[matches[i]] + 1; in pattern_search()799 file->name = rule->targets[matches[foundrule]]; in pattern_search()937 struct file *f = lookup_file (rule->targets[matches[foundrule]]); in pattern_search()947 if (i != matches[foundrule]) in pattern_search()
646 behavior matches what the shell would do both inside and outside1598 lookup_pattern_var() in a loop, until no more matches are found.
25 # Variable subst where a pattern matches multiple times in a single word.
76 is a pattern for matching file names; the `%' matches any nonempty79 For example, `%.c' as a pattern matches any file name that ends in80 `.c'. `s.%.c' as a pattern matches any file name that starts with83 `%' matches is called the "stem".105 wildcard. It provides a way to make any file that matches the target114 other than the one that matches the target in need of a rule are245 The stem with which an implicit rule matches (*note How Patterns345 either or both of which may be empty. The pattern matches a file name348 the "stem". Thus, when the pattern `%.o' matches the file name362 Thus, `e%t' matches the file name `src/eat', with `src/a' as the stem.[all …]
1511 @samp{%}, so it matches any target whatever. The rule specifies a2132 But what if you delete all the @samp{.o} files? When a wildcard matches2182 given file name patterns. If no existing file name matches a pattern,2335 Redefining Pattern Rules}). For example, @code{%.h} matches files that2352 @var{pattern} in a @code{vpath} directive matches the name of the3186 @var{target-pattern} matches a target, the @samp{%} can match any part of3188 pattern must match exactly. For example, the target @file{foo.o} matches3281 An implicit rule @emph{can} apply to any target that matches its pattern,5832 the variable is defined for any target that matches the pattern5833 specified. If a target matches more than one pattern, all the[all …]
1295 `%', so it matches any target whatever. The rule specifies a1821 But what if you delete all the `.o' files? When a wildcard matches1860 given file name patterns. If no existing file name matches a pattern,1994 Pattern Rules.). For example, `%.h' matches files that end in `.h'.2006 PATTERN in a `vpath' directive matches the name of the prerequisite2686 TARGET-PATTERN matches a target, the `%' can match any part of the2688 must match exactly. For example, the target `foo.o' matches the2763 An implicit rule _can_ apply to any target that matches its pattern,4778 defined for any target that matches the pattern specified. If a target4779 matches more than one pattern, all the matching pattern-specific
916 // *__first1 matches *__first2, now match elements after here946 return __last1; // Everything matches an empty sequence955 if (__first1 == __l1) // return __last1 if no element matches *__first2960 // *__l1 matches *__l2, now match elements before here1412 return __first1; // Everything matches an empty sequence1418 if (__first1 == __last1) // return __last1 if no element matches *__first21424 // *__first1 matches *__first2, now match elements after here1591 if (__first == __last) // return __last if no element matches __value_1597 // *__first matches __value_, now match elements after here1632 if (__first >= __s) // return __last if no element matches __value_[all …]
419 // one keyword matches, an iterator to the first matching keyword is returned.424 // If the input is "a", the first keyword matches and eofbit is set.475 // then that keyword matches.524 // We've exited the loop because we hit eof and/or we have no more "might matches".
146 surprising; for example [a-c] matches aAbBc in locale en_US but abBcC188 matches gawk and mawk.221 GNU compatibility: an empty regexp matches anything (thanks to
20 …matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}f… function
826 # Action: Echos the name of the variable that matches the % and its value.
485 % whether the environment name matches. The \checkenv macro can also be