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

/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c454 static FILE *tagf; /* ioptr for tags file */
1375 tagf = stdout;
1384 tagf = fopen (tagfile, append_to_tagfile ? "a" : "w");
1385 if (tagf == NULL)
1451 /* Write the remaining tags to tagf (ETAGS) or stdout (CXREF). */
1462 fprintf (tagf, "\f\n%s,0\n", fdp->taggedfname);
1465 fprintf (tagf, "\f\n%s,include\n", *included_files++);
1467 if (fclose (tagf) == EOF)
1496 tagf = fopen (tagfile, append_to_tagfile ? "a" : "w");
1497 if (tagf
453 static FILE *tagf; /* ioptr for tags file */ variable
[all...]

Completed in 182 milliseconds