Searched refs:cc (Results 1 - 25 of 56) sorted by relevance

123

/ast/src/cmd/ksh93/tests/
H A Dcubetype.sh149 Cube_t cc
150 cc[2]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
151 [[ ${cc[0].x} == 8 ]] || err_exit 'cc[0].x !=8'
152 [[ ${cc[2].y} == 3 ]] || err_exit '${cc[2].y} != 3'
153 (( cc[2].y == 3 )) || err_exit '(( cc[2].y != 3))'
154 [[ ${cc[2].colors[table]} == white ]] || err_exit '${cc[
[all...]
/ast/src/lib/libexpr/
H A Dexcc.c113 print(Excc_t* cc, Exnode_t* expr) argument
120 sfprintf(cc->ccdisc->text, "sfprintf(%s, \"%s", expr->data.print.descriptor->op == CONSTANT && expr->data.print.descriptor->data.constant.value.integer == 2 ? "sfstderr" : "sfstdout", fmtesq(x->format, quote));
122 sfprintf(cc->ccdisc->text, "%s", fmtesq(x->format, quote));
123 sfprintf(cc->ccdisc->text, "\"");
130 sfprintf(cc->ccdisc->text, ", (");
131 gen(cc, x->param[i]);
132 sfprintf(cc->ccdisc->text, ")");
134 sfprintf(cc->ccdisc->text, ", (");
135 gen(cc, x->arg);
136 sfprintf(cc
148 scan(Excc_t* cc, Exnode_t* expr) argument
183 gen(Excc_t* cc, register Exnode_t* expr) argument
543 register Excc_t* cc = (Excc_t*)handle; local
558 register Excc_t* cc; local
586 exccclose(Excc_t* cc) argument
611 excc(Excc_t* cc, const char* name, Exid_t* sym, int type) argument
640 Excc_t* cc; local
[all...]
/ast/src/cmd/INIT/
H A DMakefile47 cc ld ldd :PACKAGE_INIT: mamake.c proto.c ratz.c release.c
51 cc.specialize cc.pentium4 \
53 cc.darwin.i386 cc.darwin.i386-64 cc.darwin ldd.darwin \
54 cc.hp.ia64 cc.hp.pa cc.hp.pa64 ld.hp.pa ldd.hp.pa \
55 cc
[all...]
H A Dmamprobe.sh21 # mamprobe - generate MAM cc probe info
39 [+NAME?mamprobe - generate MAM cc probe info]
74 info-file cc-path
121 0|1) echo "Usage: $command info-file cc-path" >&2; exit 2 ;;
125 cc=$*
195 echo "probing C language processor $cc for mam information" >&2
199 echo "note generated by $0 for $cc"
202 set '' $opt $cc
H A Diffe.sh35 compile() # $cc ...
72 compile $cc -c $_is_hdr_file <&$nullin >&$nullout 2>$tmp.e
443 # verify that cc is a C compiler
452 then cc="$cc -I$i/include"
456 then cc="$cc -L$i/lib"
467 if compile $cc -c $tmp.c <&$nullin >&$nullout
469 if compile $cc -c $tmp.c <&$nullin >&$nullout
477 *) echo "$command: $cc
[all...]
/ast/src/lib/libast/features/
H A Dparam.sh43 if $cc -c $tmp.c >/dev/null
H A Dsig.sh31 $cc -c $tmp.c >/dev/null 2>$tmp.e
65 if $cc -c $tmp.c >/dev/null
71 do $cc -c -DTYPE=$i -DARG=$j $tmp.c >/dev/null 2>$tmp.e || continue
/ast/src/cmd/proto/
H A Dsear.sh25 cc="ncc -O -Y-Os"
59 [c:cc?The C compiler command and flags are set to \acc\a.]:[cc:='$cc$']
99 c) cc=$OPTARG
145 [[ $opt ]] && cc="$cc -D_SEAR_OPTS=\"-$opt\""
146 cc="$cc $dyn"
159 if ! $cc
[all...]
/ast/src/lib/libast/comp/
H A Diconv.c239 _win_iconv_open(register Conv_t* cc, const char* t, const char* f) argument
244 if ((cc->from.index = _win_codeset(f)) < 0)
246 if ((cc->to.index = _win_codeset(t)) < 0)
249 error(DEBUG_TRACE, "AHA#%d _win_iconv_open f=0x%04x t=0x%04x\n", __LINE__, cc->from.index, cc->to.index);
251 return (_ast_iconv_t)cc;
262 Conv_t* cc = (Conv_t*)cd; local
272 error(DEBUG_TRACE, "AHA#%d _win_iconv from=0x%04x to=0x%04x\n", __LINE__, cc->from.index, cc->to.index);
274 if (cc
1049 register Conv_t* cc; local
1182 Conv_t* cc; local
1237 Conv_t* cc = (Conv_t*)cd; local
[all...]
H A Dcatopen.c99 Cc_t* cc; local
108 if (!(cc = newof(0, Cc_t, 1, 0)))
113 cc->cat = d;
116 if ((cc->cvt = iconv_open("", "utf")) == (iconv_t)(-1) || !(cc->tmp = sfstropen()))
119 free(cc);
124 cc->cvt = (iconv_t)(-1);
126 sfprintf(sfstderr, "AHA#%d:%s %s %s native %p\n", __LINE__, __FILE__, s, name, cc->cat);
128 return (_ast_nl_catd)cc;
H A Dconf.sh107 0) cc=cc ;;
108 *) cc=$* ;;
130 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1 && ./$tmp.exe
152 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1
171 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1
330 $cc -E $tmp.c >/dev/null 2>&1 || systeminfo=
359 $cc -E $tmp.c
814 if $cc -c $tmp.c > $tmp.e 2>&1
839 $cc
[all...]
/ast/src/lib/libdss/
H A Dcxcomp.c505 identifier(Cx_t* cx, Cxcompile_t* cc, register int c, Cxoperand_t* r) argument
549 variable(Cx_t* cx, Cxcompile_t* cc, int c, Cxtype_t* m, Cxtype_t** type) argument
555 if (identifier(cx, cc, c, &a))
602 codecast(Cx_t* cx, Cxcompile_t* cc, Cxtype_t* t, Cxcallout_f cast, void* pointer) argument
611 if ((cx->flags & CX_DEBUG) && sfstrtell(cc->xp))
612 cxcodetrace(cx, "comp", &c, (unsigned int)sfstrtell(cc->xp) / sizeof(c), 0, 0);
613 sfwrite(cc->xp, &c, sizeof(c));
622 code(Cx_t* cx, Cxcompile_t* cc, Cxexpr_t* expr, int op, int pp, Cxtype_t* type1, Cxtype_t* type2, void* pointer, Cxnumber_t number, Cxvariable_t* ref) argument
641 if ((cc->pp += pp) > cc
853 prototype(Cx_t* cx, Cxcompile_t* cc, Cxvariable_t* v, Cxtype_t** tp, char** sp, char** ep, int* op) argument
944 parse(Cx_t* cx, Cxcompile_t* cc, Cxexpr_t* expr, int precedence, Cxvariable_t** ref) argument
1608 node(Cx_t* cx, Cxcompile_t* cc, size_t n) argument
1626 compile(Cx_t* cx, Cxcompile_t* cc, int balanced) argument
1685 compose(Cx_t* cx, Cxcompile_t* cc, int prec) argument
1962 defaults(register Cxcompile_t* cc, register Cxexpr_t* expr, Cxexpr_t* parent, Sfio_t* op) argument
2065 Cxcompile_t* cc; local
[all...]
/ast/src/cmd/vczip/
H A DMakefile11 CC=cc
/ast/src/cmd/ksh93/edit/
H A Dhexpand.c150 *cc=0, /* copy of current line up to cp; temp ptr */
244 cc = strdup(stakptr(0));
246 ref = sfopen(ref, cc, "s"); /* open as file */
471 cc = strchr(qc, c);
472 q ^= cc ? 1<<(int)(cc - qc) : 0;
512 if(cc && (flag&HIST_HASH))
517 free(cc);
518 cc = 0;
544 if(cc
[all...]
/ast/src/lib/libvcodex/Vcmisc/
H A DMakefile12 CC=cc
/ast/src/lib/libast/path/
H A Dpathexists.c57 int cc; local
90 cc = *ee;
101 c = cc;
/ast/src/cmd/3d/features/
H A Dsyscall.sh90 if $cc -c ${tmp}s.c </dev/null >/dev/null
101 if $cc -c ${tmp}s.c
104 if $cc -c ${tmp}s.c </dev/null >/dev/null
129 $cc -o $tmp.x ${tmp}h.c -ldl </dev/null >/dev/null ||
130 $cc -o $tmp.x ${tmp}h.c </dev/null >/dev/null
181 $cc -o $tmp.x ${tmp}h.c -ldl </dev/null >/dev/null ||
182 $cc -o $tmp.x ${tmp}h.c </dev/null >/dev/null
190 $cc $static -o $tmp.x $tmp.c </dev/null >/dev/null &&
217 $cc $static -o ${tmp}m.x ${tmp}m.c </dev/null >/dev/null &&
224 $cc
[all...]
/ast/src/lib/libvcodex/Vcdelta/
H A DMakefile12 CC=cc
/ast/src/lib/libvcodex/Vchuff/
H A DMakefile12 CC=cc
/ast/src/lib/libvcodex/Vcwindow/
H A DMakefile12 CC=cc
/ast/src/cmd/ksh93/features/
H A Dmath.sh37 eval `iffe $iffeflags -c "$cc" - typ long.double 2>&$stderr`
41 eval `iffe $iffeflags -F ast_standards.h -c "$cc" - tst use_ast_standards -lm 'note{' 'math.h needs ast_standards.h' '}end' 'link{' '#include <math.h>' '#ifndef isgreater' '#define isgreater(a,b) 0' '#endif' 'int main() { return isgreater(0.0,1.0); }' '}end'`
45 eval `iffe $iffeflags -c "$cc" - tst use_ieeefp -lm 'note{' 'ieeefp.h plays nice' '}end' 'link{' '#include <math.h>' '#include <ieeefp.h>' 'int main() { return 0; }' '}end'`
101 eval `iffe $iffeflags -c "$cc" - lib $libs $iffehdrs $iffelibs 2>&$stderr`
115 eval `iffe $iffeflags -c "$cc" - dat,npt,mac $lib $iffehdrs $iffelibs 2>&$stderr`
116 eval `iffe $iffeflags -c "$cc" - num $nums $iffehdrs $iffelibs 2>&$stderr`
229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
/ast/src/cmd/mailx/
H A Dcollect.c150 off_t cc; local
163 if (filecopy(NiL, fp, name, of, NiL, (off_t)0, &lc, &cc, 0)) {
168 note(0, "%ld/%ld", (long)lc, (long)cc);
351 long cc; local
545 cc = tc = 0;
549 cc++;
551 code |= cc ? ((cc < tc / 80) ? CODE_QP : CODE_64) : CODE_TEXT;
592 cc = 0;
599 cc
[all...]
/ast/src/lib/libvgraph/
H A DMakefile11 CC=cc
/ast/src/cmd/ie/
H A Deditlib.c327 register int cc; local
330 if((cc= *string)==0)
331 cc = c,c = 0;
334 if(cc==0)
338 *fp->ptr++ = cc;
/ast/src/cmd/html/
H A Dhtml2rtf.c894 register int cc; local
916 cc = tc = 0;
951 if ((cc -= strlen(s)) <= 0)
953 cc = 0;
1003 state.sp->title_cc = cc;
1052 cc = state.sp->title_cc;
1099 cc += sfprintf(op, "\\'%02x", n);
1106 cc += sfputr(op, ep->value, -1);
1114 cc += sfprintf(op, "&%s;", s);
1124 cc
[all...]

Completed in 46 milliseconds

123