Lines Matching refs:list
67 global.FilterOutOptionPair(key, list) =
68 if $(lt $(length $(list)),2)
69 return $(list)
70 if $(equal $(key),$(nth 0,$(list)))
71 return $(FilterOutOptionPair $(key),$(nth-tl 2,$(list)))
72 return $(nth 0,$(list)) $(FilterOutOptionPair $(key),$(nth-tl 1,$(list)))
142 $(MAKEROM) -o $@ -le $(e) -lr $(r) -f list
724 private.AddRuleToForceImport(path, axf, list) =
725 $(path) : $(axf) $(list) :value: $(getMtimeIfLarge $(axf))
726 $(FROMELF) -o $@ $(axf) --elf --via $(list)
841 private.ForceImport(config, name, axf, list) =
843 return $(AddRuleToForceImport $(path), $(axf), $(list))