Home | History | Annotate | Download | only in cpp

Lines Matching refs:APPEND

81     Append a string to the command line, ensuring that we don't overflow the
84 #define APPEND(s) do { \
110 /* Append arguments from the list. */
112 APPEND(" ");
113 APPEND(arg->op);
114 APPEND(" ");
115 APPEND(arg->param);
120 /* Append extra arguments. */
122 APPEND(" ");
123 APPEND(extra);
125 /* Append final arguments. */
126 APPEND(" -x assembler-with-cpp ");
127 APPEND(pp->filename);