Lines Matching refs:cpp
245 * by cpp:
483 struct aelist *cpp = NULL;
544 (void) snprintf(cpp_pgm, sizeof (cpp_pgm), "%s/cpp", dir);
608 if (cpp)
609 newae(cpp, filename);
695 if (cpp)
706 if (cpp == NULL) {
707 cpp = newael();
708 newae(cpp, cpp_pgm);
709 newae(cpp, "-D__GNUC_AS__");
714 if (cpp)
715 newae(cpp, arg);
722 if (cpp)
723 newae(cpp, arg);
748 if (cpp) {
750 newae(cpp, "-Dsparc");
751 newae(cpp, "-D__sparc");
753 newae(cpp, "-D__sparcv9");
755 newae(cpp, "-D__sparcv8");
758 newae(cpp, "-D__x86_64");
759 newae(cpp, "-D__amd64");
761 newae(cpp, "-Di386");
762 newae(cpp, "-D__i386");
767 code = pipeline(aeltoargv(cpp), asargv);