Searched refs:ifiles (Results 1 – 3 of 3) sorted by relevance
52 static int ifiles = 0; variable 76 * and adjust the indexes for subsequent ifiles in the list. in link_ifile() 80 ifiles++; in link_ifile() 91 ifiles--; in unlink_ifile() 190 * Return the number of ifiles.194 return (ifiles); in nifile()
758 char **ifiles, **tifiles; in main() local884 ifiles = xmalloc(sizeof (char *) * nifiles); in main()891 ifiles[0] = tifiles[0]; in main()893 if (strcmp(ifiles[idx], tifiles[tidx]) != 0) in main()894 ifiles[++idx] = tifiles[tidx]; in main()899 if ((nielems = count_files(ifiles, nifiles)) < 0) in main()913 if (read_ctf(ifiles, nifiles, NULL, merge_ctf_cb, in main()
144 db_build(char **ifiles) in db_build() argument154 for (reccnt = 0, bplen = 0; (st = cgetnext(&bp, ifiles)) > 0;) { in db_build()