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

/ast/src/cmd/INIT/
H A Diffe.sh35 compile() # $cc ... function
72 compile $cc -c $_is_hdr_file <&$nullin >&$nullout 2>$tmp.e
467 if compile $cc -c $tmp.c <&$nullin >&$nullout
469 if compile $cc -c $tmp.c <&$nullin >&$nullout
470 then cctest="should not compile '(;'"
472 else cctest="should compile 'int i = 1;'"
535 if compile $cc -o ${tmp}r.exe ${tmp}r.c >&$nullout
537 else echo "$command: cannot compile read -r workaround" >&$stderr
790 [x:cross?Some tests compile an executable (\ba.out\b) and then run it.
1028 [+compile
[all...]
H A Dpackage.sh909 arguments.) ${bI}name=value${eI} arguments are supported; ${bB}CC${eB} and ${bB}debug=1${eB} (compile
950 source package, compile it, and manually read the ${bB}INIT${eB}
2850 echo "$command: ${warn}$CC: failed to compile and link $INITROOT/hello.c -- is it a C compiler?" >&2
5635 else echo "$command: $CC: failed to compile this program:" >&2
/ast/src/cmd/re/
H A Dsed.h36 extern void compile(Text*, Text*);
H A Dsed0.c234 /* debugging code 1; compile and execute stubs.
239 compile(Text *script, Text *t) function
323 compile(&script, &data);
H A Dtestfnmatch.c853 compile:
916 goto compile;
H A Dtestmatch.c990 compile:
1139 goto compile;
H A Dgrep.c254 compile(void) function
830 compile();
H A Dtestregex.c1845 compile:
2112 goto compile;
2264 goto compile;
H A Ded.c660 compile(void) function
762 compile();
1324 compile();
1399 compile();
H A Dsed1.c383 Tc(Text *script, Text *t) /* trivial to compile */
674 compile(Text *script, Text *t) function
/ast/src/lib/libast/comp/
H A Dregexp.h60 #define compile(a,b,c,d) _re_read(&_re_info,a,b,c,d) macro
/ast/src/cmd/tw/
H A Dtw.h202 extern void compile(char*, int);
H A Dtw.c725 compile(opt_info.arg, 0);
804 compile("sort:name;", 0);
813 compile(opt_info.arg, 1);
954 compile("_tw_init:mime;", 0);
963 compile("1", 0);
H A Dexpr.c795 * compile the tw expression in s
799 compile(char* s, int file) function
811 error(3, "%s: expression compile error", s);
816 error(3, "expression compile error");
/ast/src/cmd/nmake/
H A Dread.c401 if (!state.compile)
402 state.compile = RECOMPILE;
410 if (!state.compile && !state.global)
411 state.compile = RECOMPILE;
H A Dmain.c712 if (state.compile && !state.virtualdot && state.writeobject)
727 compile(state.objectfile, NiL);
750 state.compile = COMPILED;
H A Dstate.c32 * NOTE: update VERSION in compile.c if the format changes
109 if (state.compile < COMPILED)
339 if (!(r->property & (P_statevar|P_use|P_virtual)) && !(r->dynamic & D_bound) && !(r->mark & M_bind) && (s && s->time || !s && state.compile >= COMPILED))
805 if (state.makefile && state.user && state.compile == COMPILED)
810 state.compile = SAVED;
816 compile(file, NiL);
H A Dmake.h297 #define P_internal (1<<14) /* don't compile unless prereq */
390 #define V_oldvalue (1<<5) /* compile old value */
771 unsigned char base; /* compile base|global rules */
773 unsigned char compile; /* make object compile state */ member in struct:State_s
774 unsigned char compileonly; /* only compile (force) */
876 int (*compnew)(const char*, char*, void*); /* new compile rule */
945 extern void compile(char*, char*);
H A Drule.c698 else if (state.compile < COMPILED)
701 compile(prereqs->rule->name, prereqs->next ? prereqs->next->rule->name : (char*)0);
H A Dbind.c1764 if (state.compile > COMPILED)
1766 if (state.compile < COMPILED)
H A Dobject.c147 typedef struct Compstate_s /* compile state */
378 * compile a string
523 * compile an individual rule
537 * compile each rule only once
584 * compile the fields
655 * compile the prerequisite list for r
681 * compile an individual variable
694 * compile each variable only once
695 * don't compile command arg variable definitions
766 * compile th
770 compile(char* objfile, char* select) function
[all...]
H A DMakerules.mk47 set option=';instrument;s;-;Enable compile-time, link-time and/or run-time code instrumentation. Instrumentation interfaces that replace the compiler command, and the \bapp\b, \binsight\b, \bpurecov\b, \bpurify\b, \bquantify\b and \bsentinel\b special-need interfaces, are supported.;command'
1214 $(MAKE) $(-+) --base --compile --file=$(>) $(CCFLAGS:N=-[I][!-]*) $(&:T=E)
/ast/src/cmd/3d/
H A DMakefile5 * (unless we compile it in one file -- no thanks)
/ast/src/cmd/sortlib/sync/
H A Dss.c915 static Ssexpr_t* compile(Ss_t*, int);
939 if (!(xp = compile(ss, 1)))
957 if (!(xp->left.expr = compile(ss, 13)))
1093 * compile an expression or subexpression
1097 compile(Ss_t* ss, int precedence) function
1111 sfprintf(sfstderr, "compile(%d) ", precedence); listexpr(ss, sfstderr, xp); sfprintf(sfstderr, "\n");
1180 if (!(rp = compile(ss, pr)))
1366 else if (!(xp = compile(ss, 0)))
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c171 Sfio_t* tmp; /* tmp re compile string */
304 compile(State_t* state) function
892 if (r = compile(&state))

Completed in 1035 milliseconds