Searched refs:apf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c101 env->table[token].apf = NULL;
105 env->table[token].apf = (acf_t)HERE;
518 acf_t apf; local
529 apf = entry->apf;
541 if (apf) {
543 PUSH(DS, (fstack_t)apf);
570 PUSH(DS, (fstack_t)env->table[token].apf);
582 env->table[i].name, i, env->table[i].apf);
585 env->table[i].apf);
[all...]
H A Ddebug.c605 if (*(env->table[i].apf) != (token_t)(&f_error)) {
607 " %8p\n", i, env->table[i].name, env->table[i].apf,
608 *(env->table[i].apf));
627 (env->table[i].apf)) {
630 env->table[i].name, env->table[i].apf,
631 *(env->table[i].apf));
846 if (env->table[i].apf == acf)
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h74 env->table[t].apf = a;
H A Dengine.h152 acf_t apf; /* pointer to acf in dictionary */ member in struct:FCODE_TOKEN

Completed in 66 milliseconds