Searched defs:compile (Results 1 - 13 of 13) 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...]
/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/re/
H A Dsed0.c234 /* debugging code 1; compile and execute stubs.
239 compile(Text *script, Text *t) function
323 compile(&script, &data);
H A Dgrep.c254 compile(void) function
830 compile();
H A Dsed1.c383 Tc(Text *script, Text *t) /* trivial to compile */
674 compile(Text *script, Text *t) function
H A Ded.c660 compile(void) function
762 compile();
1324 compile();
1399 compile();
/ast/src/cmd/tw/
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");
H A Dfind.c832 * compile the arguments
836 compile(State_t* state, char** argv, register Node_t* np, int nested) function
978 if ((i = compile(state, argv, state->topnode, 1)) < 0)
1785 if (compile(&state, argv, state.topnode, 0) < 0)
1793 if (compile(&state, argv, state.topnode, 0) < 0)
/ast/src/lib/libdss/
H A Dcxcomp.c1622 * compile the next complete expression
1626 compile(Cx_t* cx, Cxcompile_t* cc, int balanced) function
1766 if (!(fp = compile(cx, cc, 0)))
2059 * compile the next expression/query
2100 else if (!(expr = compile(cx, cc, cx->flags & CX_BALANCED)))
/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))
/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/nmake/
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 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*);

Completed in 150 milliseconds