Searched defs:apf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h152 acf_t apf; /* pointer to acf in dictionary */ member in struct:FCODE_TOKEN
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c97 env->table[token].apf = NULL;
101 env->table[token].apf = (acf_t)HERE;
514 acf_t apf; local
525 apf = entry->apf;
537 if (apf) {
539 PUSH(DS, (fstack_t)apf);
566 PUSH(DS, (fstack_t)env->table[token].apf);
578 env->table[i].name, i, env->table[i].apf);
581 env->table[i].apf);
[all...]

Completed in 25 milliseconds