Searched defs:apf (Results 1 - 2 of 2) 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...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h152 acf_t apf; /* pointer to acf in dictionary */ member in struct:FCODE_TOKEN

Completed in 66 milliseconds