Searched defs:Rule (Results 1 – 2 of 2) sorted by relevance
2 typedef struct Rule Rule; typedef37 struct Rule struct50 Rule **pat; argument
30 typedef struct Rule struct42 struct Rule *chain; /* hashed per target */ argument43 struct Rule *next; argument44 } Rule; typedef