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()445 keepcomments = FALSE; /* Don't pass comments */447 keepcomments = (cflag && compiling);596 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 */
246 keepcomments = TRUE;
Completed in 38 milliseconds