• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/

Lines Matching refs:compile

35 compile() # $cc ...
72 compile $cc -c $_is_hdr_file <&$nullin >&$nullout 2>$tmp.e
463 if compile $cc -o ${tmp}r.exe ${tmp}r.c >&$nullout
465 else echo "$command: cannot compile read -r workaround" >&$stderr
714 [x:cross?Some tests compile an executable (\ba.out\b) and then run it.
949 [+compile?The block is compiled (\bcc -c\b).]
2160 if compile $cc -c $tmp.c <&$nullin >&$nullout
2162 if compile $cc -c $tmp.c <&$nullin >&$nullout
2163 then cctest="should not compile '(;'"
2165 else cctest="should compile 'int i = 1;'"
2280 if compile $cc -c $tmp.c <&$nullin >&$nullout
2309 if compile $xx -c $tmp.c <&$nullin >&$nullout
2633 if compile $cc -o $tmp.exe $tmp.c $p <&$nullin >&$nullout
2655 if compile $cc -o $tmp.exe $tmp.c $a <&$nullin >&$nullout
2913 if compile $cc -c $tmp.c
3327 if compile $cc -E $tmp.c <&$nullin >$tmp.i
3332 p*|nop*)compile $cc -DTEST=$p -DID=$v -E $tmp.c <&$nullin >&$nullout || e=1
3334 c*|noc*)compile $cc -DTEST=$p -DID=$v -c $tmp.c <&$nullin >&$nullout || e=1
3347 if compile $cc -c ${tmp}s.c <&$nullin >&$nullout &&
3348 compile $cc -o ${tmp}s.exe ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e &&
3359 compile $cc -o ${tmp}s.exe $1 ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e && $executable ${tmp}s.exe || continue
3366 compile $cc -o ${tmp}s.exe $2 ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e && $executable ${tmp}s.exe || continue
3406 if compile $cc $ccflags $o -DTEST=$p -DID=$v -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$nullout && $executable $tmp.exe
3476 if compile $cc -o $tmp.exe $tmp.c <&$nullin >&$nullout && $executable $tmp.exe
3485 if compile $cc -c $tmp.c <&$nullin >&$nullout &&
3486 compile $cc -o $tmp.exe $tmp.o <&$nullin >&$nullout &&
3497 compile $cc -o $tmp.exe $1 $tmp.o <&$nullin >&$nullout && $executable $tmp.exe || continue
3504 compile $cc -o $tmp.exe $2 $tmp.o <&$nullin >&$nullout && $executable $tmp.exe || continue
3600 compile $cc -c $tmp.c <&$nullin >&$nullout &&
3601 compile $cc $static -o $tmp.exe $tmp.o $lib $deflib <&$nullin >&$nullout &&
3618 if compile $cc -E $tmp.c <&$nullin >$tmp.i
3727 if compile $cc -E $tmp.c <&$nullin >$tmp.i
3738 if compile $cc -E $tmp.c <&$nullin >$tmp.i
3752 if compile $cc -E $tmp.c <&$nullin >&$nullout
3877 if compile $cc -c $tmp.c <&$nullin >&$nullout
3963 if compile $cc -c $tmp.c <&$nullin >&$nullout
3965 elif compile $cc $d -c $tmp.c <&$nullin >&$nullout
3971 if compile $cc $d $static -o $tmp.exe $tmp.o $lib $deflib <&$nullin >&$nullout &&
3980 compile $cc $d $static -o $tmp.exe $tmp.o -lm <&$nullin >&$nullout &&
4001 compile $cc -c $tmp.c <&$nullin >&$nullout
4023 compile $cc -E $tmp.c <&$nullin | grep -c "'$m:$v'" >&$nullout
4037 if compile $cc -c $tmp.c <&$nullin >&$nullout
4058 compile $cc -c $tmp.c <&$nullin >&$nullout
4072 if compile $cc -c $tmp.c <&$nullin >&$nullout
4093 if compile $cc -c $tmp.c <&$nullin >&$nullout
4100 if compile $cc -c $tmp.c <&$nullin >&$nullout
4128 compile $xx -c $tmp.c <&$nullin >&$nullout
4143 compile $cc -c $tmp.c <&$nullin >&$nullout
4168 if compile $cc -E $tmp.c <&$nullin >$tmp.i
4273 compile $cc -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$stderr 2>&$stderr &&
4345 if compile $cc -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$nullout &&
4364 compile $cc -E $tmp.c <&$nullin \
4431 compile $cc -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$nullout &&