Home
last modified time | relevance | path

Searched defs:dep (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddep.h36 struct dep struct
38 struct dep *next; argument
39 char *name;
40 char *stem;
41 struct file *file;
42 unsigned int changed : 8;
43 unsigned int ignore_mtime : 1;
44 unsigned int staticpattern : 1;
45 unsigned int need_2nd_expansion : 1;
Drule.h36 char *target, *dep, *commands; member
Drule.c84 register struct dep *dep; in count_implicit_rule_limits() local
414 register struct dep *dep; in freerule() local
Dimplicit.c263 struct dep *dep, *expl_d; in pattern_search() local
Dmisc.c578 dep_name (struct dep *dep) in dep_name()
Dread.c1733 struct dep *dep = *depp; in uniquize_deps() local