Searched refs:file2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/makedepend/dist/
H A Dparse.c35 static boolean merge2defines(struct inclist *file1, struct inclist *file2);
477 merge2defines(struct inclist *file1, struct inclist *file2) argument
479 if ((file1 == NULL) || (file2 == NULL) || !(file2->i_flags & FINISHED))
482 for (unsigned int i = 0; i < file2->i_listlen; i++)
483 if (file2->i_merged[i] == FALSE)
491 int last2 = file2->i_ndefs - 1;
495 int deflen = file1->i_ndefs + file2->i_ndefs;
497 debug(2, ("merging %s into %s\n", file2->i_file, file1->i_file));
509 const char *s2 = file2
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.conf.in894 # TAGFILES = file1 file2 ...
896 # TAGFILES = file1=loc1 "file2 = loc2" ...

Completed in 5 milliseconds