Home | History | Annotate | Download | only in man1

Lines Matching full:preprocessor

134 cpp \- The C Preprocessor
150 The C preprocessor, often known as \fIcpp\fR, is a \fImacro processor\fR
156 The C preprocessor is intended to be used only with C, \*(C+, and
172 Wherever possible, you should use a preprocessor geared to the language
179 preprocessor, which provides a small superset of the features of \s-1ISO\s0
180 Standard C. In its default mode, the \s-1GNU\s0 C preprocessor does not do a
188 This manual describes the behavior of the \s-1ISO\s0 preprocessor. To
189 minimize gratuitous differences, where the \s-1ISO\s0 preprocessor's
191 traditional preprocessor should behave the same way. The various
199 The C preprocessor expects two file names as arguments, \fIinfile\fR and
200 \&\fIoutfile\fR. The preprocessor reads \fIinfile\fR together with any
227 If you are invoking the preprocessor from a shell or shell-like
274 preprocessor's warnings are on by default and have no options to
311 The preprocessor will also warn if the macro has not been used at the
368 source file. The preprocessor outputs one \fBmake\fR rule containing
380 This option does not suppress the preprocessor's debug output, such as
403 the preprocessor
600 for \fIfile\fR is the preprocessor's working directory \fIinstead of\fR
673 preprocessor operations, such as macro expansion and trigraph
695 Indicate to the preprocessor that the input file has already been
698 The preprocessor still recognizes and removes comments, so that you can
700 problems. In this mode the integrated preprocessor is little more than
709 Set the distance between tab stops. This helps the preprocessor report
737 Enable generation of linemarkers in the preprocessor output that will
739 preprocessing. When this option is enabled, the preprocessor will
776 preprocessor, including predefined macros. This gives you a way of
777 finding out what is predefined in your version of the preprocessor.
804 definedness is tested in preprocessor directives, are output; the
813 Inhibit generation of linemarkers in the output from the preprocessor.
814 This might be useful when running the preprocessor on something that is
824 causes the preprocessor to treat comments as tokens in their own right.