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

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

Completed in 23 milliseconds