Home | History | Annotate | Download | only in man1

Lines Matching full:preprocessor

141 cpp \- The C Preprocessor
157 The C preprocessor, often known as \fIcpp\fR, is a \fImacro processor\fR
163 The C preprocessor is intended to be used only with C, \*(C+, and
179 Wherever possible, you should use a preprocessor geared to the language
186 preprocessor, which provides a small superset of the features of \s-1ISO\s0
187 Standard C. In its default mode, the \s-1GNU\s0 C preprocessor does not do a
195 This manual describes the behavior of the \s-1ISO\s0 preprocessor. To
196 minimize gratuitous differences, where the \s-1ISO\s0 preprocessor's
198 traditional preprocessor should behave the same way. The various
206 The C preprocessor expects two file names as arguments, \fIinfile\fR and
207 \&\fIoutfile\fR. The preprocessor reads \fIinfile\fR together with any
234 If you are invoking the preprocessor from a shell or shell-like
281 preprocessor's warnings are on by default and have no options to
321 The preprocessor will also warn if the macro has not been used at the
378 source file. The preprocessor outputs one \fBmake\fR rule containing
390 This option does not suppress the preprocessor's debug output, such as
413 the preprocessor sends the rules to the same place it would have sent
608 for \fIfile\fR is the preprocessor's working directory \fIinstead of\fR
681 preprocessor operations, such as macro expansion and trigraph
703 Indicate to the preprocessor that the input file has already been
706 The preprocessor still recognizes and removes comments, so that you can
708 problems. In this mode the integrated preprocessor is little more than
717 Set the distance between tab stops. This helps the preprocessor report
745 Enable generation of linemarkers in the preprocessor output that will
747 preprocessing. When this option is enabled, the preprocessor will
784 preprocessor
785 finding out what is predefined in your version of the preprocessor.
814 Inhibit generation of linemarkers in the output from the preprocessor.
815 This might be useful when running the preprocessor on something that is
825 causes the preprocessor to treat comments as tokens in their own right.