Home
last modified time | relevance | path

Searched defs:Rule (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/plumb/
H A Dplumber.h2 typedef struct Rule Rule; typedef
37 struct Rule struct
50 Rule **pat; argument
/plan9/sys/src/cmd/mk/
H A Dmk.h30 typedef struct Rule struct
42 struct Rule *chain; /* hashed per target */ argument
43 struct Rule *next; argument
44 } Rule; typedef