Searched refs:target_percents (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | rule.h | 57 char **target_percents, int terminal,
|
D | rule.c | 472 create_pattern_rule (char **targets, char **target_percents, in create_pattern_rule() argument 497 r->suffixes[i] = (target_percents == 0 ? find_percent (targets[i]) in create_pattern_rule() 498 : target_percents[i]) + 1; in create_pattern_rule()
|
D | read.c | 1878 char **targets = 0, **target_percents = 0; in record_files() local 1932 target_percents = (char **) xmalloc (5 * sizeof (char *)); in record_files() 1940 target_percents in record_files() 1941 = (char **) xrealloc ((char *) target_percents, in record_files() 1945 target_percents[target_idx] = implicit_percent; in record_files() 2124 target_percents[target_idx] = 0; in record_files() 2127 create_pattern_rule (targets, target_percents, two_colon, deps, cmds, 1); in record_files() 2128 free ((char *) target_percents); in record_files()
|