Lines Matching refs:cpp
1746 if [ ".$opt_m" = .yes ] && [ ".$namelist" = .cpp ]; then
1750 cpp="${CC-cc} -E"
1751 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1755 cpp="${CC-cc} -E -traditional-cpp"
1756 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1763 cpp="$path/cpp"
1767 if [ ".$cpp" != . ]; then
1768 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1772 cpp=''
1779 if [ ".$cpp" != . ]; then
1780 echo "$cpp"