Lines Matching refs:nfilelist
161 size_t nfilelist = 0;
459 nfilelist = 1;
468 struct filelist *fl = (nfilelist < MAX_STACK_FILES \
469 ? &flstack[nfilelist] \
473 ++nfilelist; \
1025 + nfilelist * sizeof (Dwarf_Fileinfo)
1028 const char **dirs = (void *) &files->info[nfilelist];
1031 files->nfiles = nfilelist;
1032 for (size_t n = nfilelist; n > 0; n--)
1108 for (size_t i = MAX_STACK_FILES; i < nfilelist; i++)