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

/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c486 static bool append_to_tagfile; /* -a: append to tags */
1259 case 'a': append_to_tagfile = TRUE; break;
1384 tagf = fopen (tagfile, append_to_tagfile ? "a" : "w");
1493 append_to_tagfile = TRUE;
1496 tagf = fopen (tagfile, append_to_tagfile ? "a" : "w");
1506 if (append_to_tagfile || update)
485 static bool append_to_tagfile; /* -a: append to tags */ variable

Completed in 135 milliseconds