Searched refs:WA (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dinterp.c49 WA = (token_t *) *IP;
53 indirect = *WA;
63 PUSH(DS, (fstack_t) (WA+1));
64 WA = (token_t *) target;
66 WA++;
88 IP = WA;
98 WA = (token_t *) *WA;
115 wa = WA;
117 WA
[all...]
H A Dinstance.c106 PUSH(DS, (fstack_t) WA);
H A Ddebug.c90 acf_backup_search(env, (acf_t)WA));
426 if (is_debug_word(env, WA) && ndebug_stack < MAX_DEBUG_STACK) {
429 debug_low[top] = (token_t)WA;
430 if (*WA == (token_t)(&do_colon)) {
432 find_semi_in_colon_def(env, WA);
513 log_message(MSG_FC_DEBUG, "IP=%p, *IP=%p, WA=%p, *WA=%p ", IP,
514 (IP ? *IP : 0), WA, (WA ? *WA
[all...]
H A Dforth.c1195 PUSH(DS, (fstack_t)WA);
2149 CONTEXT = WA;
2322 PUSH(DS, (variable_t)(*WA));
2356 acf_to_name(env, WA - 1));
H A Dfcode.c674 d = (fstack_t *)WA;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h241 #define WA (env->wa) macro

Completed in 55 milliseconds