Searched refs:compiled (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/tw/
H A Dtw.h171 int compiled; /* excomp() complete */ member in struct:__anon239
189 Expr_t* program; /* compiled expressions */
H A Dexpr.c401 if (!state.compiled && v.string)
753 if (!state.compiled && s)
805 state.compiled = 0;
817 state.compiled = 1;
880 state.compiled = 1;
/ast/src/cmd/re/
H A Ded.c154 int compiled; member in struct:__anon200
671 if (ed.compiled) {
672 ed.compiled = 0;
681 ed.compiled = 1;
688 if (!ed.compiled)
/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh30 compiled=''
32 [[ $c == *$'\ck'* ]] && compiled=1
1030 # make sure compiled functions work
1050 ) == foo ]] > /dev/null || err_exit 'functions compiled with shcomp not working'
1051 # tests for compiled . scripts
1055 [[ $val == $'hello\nworld' ]] || err_exit "processing compiled dot files not working correctly val=$val"
1178 if [[ ! $compiled ]]
/ast/src/lib/libexpr/
H A Dexpr.h199 } compiled; /* compiled function pointer */ member in struct:Exnode_s
213 char** data; /* compiled function arg data */
H A Dexeval.c1306 if (expr->compiled.integer)
1311 v.floating = (*expr->compiled.floating)(ex->disc->data);
1314 v.string = (*expr->compiled.string)(ex->disc->data);
1317 v.integer = (*expr->compiled.integer)(ex->disc->data);
/ast/src/cmd/nmake/
H A DMakerules.mk3740 * rhs are compiled using $(cc) rather than $(CC)

Completed in 41 milliseconds