Lines Matching refs:cpp
1753 if [ ".$opt_m" = .yes ] && [ ".$namelist" = .cpp ]; then
1757 cpp="${CC-cc} -E"
1758 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1762 cpp="${CC-cc} -E -traditional-cpp"
1763 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1770 cpp="$path/cpp"
1774 if [ ".$cpp" != . ]; then
1775 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1779 cpp=''
1786 if [ ".$cpp" != . ]; then
1787 echo "$cpp"