Home
last modified time | relevance | path

Searched refs:old_files (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmain.c255 static struct stringlist *old_files = 0; variable
399 { 'o', string, (char *) &old_files, 0, 0, 0, 0, 0, "old-file" },
1784 if (old_files != 0) in main()
1785 for (p = old_files->list; *p != 0; ++p) in main()