Lines Matching defs:fnames
65 * The array pointed to by *fnames maps file name indices to file names.
68 const char **fnames;
222 if (fnames == NULL)
223 fnames = xcalloc(nfnames = 256, sizeof(*fnames));
268 fnames[srcfile], flines[srcfile], buf, readfile_line);
1114 for (i = 1; fnames[i] != NULL; i++) {
1115 if (strcmp(fnames[i], fn) == 0)
1121 fnames = xrealloc(fnames, nlen * sizeof(*fnames));
1122 (void)memset(fnames + nfnames, 0, nfnames * sizeof(*fnames));
1128 fnames[i] = xstrdup(fn);