Searched refs:keepcomments (Results 1 – 4 of 4) sorted by relevance
132 int keepcomments = FALSE; /* Write out comments flag */ variable228 instring = inmacro = keepcomments = cflag = eflag = FALSE; in InitCpp1()446 keepcomments = FALSE; /* Don't pass comments */448 keepcomments = (cflag && compiling);597 if (keepcomments) /* Make sure # comes on */
887 if (keepcomments) { /* If writing comments */ in get()899 test: if (keepcomments && c != EOF_CHAR) in get()917 if (keepcomments) { /* Put out the comment */ in get()948 if (!keepcomments) in get()959 if (keepcomments && c != EOF_CHAR) in get()
283 extern int keepcomments; /* Don't remove comments if set */
242 keepcomments = TRUE;
Completed in 37 milliseconds