HomeSort by: relevance | last modified time | path
    Searched refs:StrMatchResult (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/
str.h 73 typedef struct StrMatchResult {
76 } StrMatchResult;
333 StrMatchResult Str_Match(const char *, const char *);
str.c 305 StrMatchResult
308 StrMatchResult res = { NULL, false };
dir.c 659 StrMatchResult res = Str_Match(base, pattern);
cond.c 282 StrMatchResult res = Str_Match(ln->datum, targetPattern);
var.c 2815 StrMatchResult res;

Completed in 97 milliseconds