Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/efcode/engine/
H A Dfcode.c101 env->table[token].apf = NULL; in do_code()
105 env->table[token].apf = (acf_t)HERE; in do_code()
518 acf_t apf; in byte_load() local
529 apf = entry->apf; in byte_load()
541 if (apf) { in byte_load()
543 PUSH(DS, (fstack_t)apf); in byte_load()
570 PUSH(DS, (fstack_t)env->table[token].apf); in btick()
582 env->table[i].name, i, env->table[i].apf); in show_fcode_def()
585 env->table[i].apf); in show_fcode_def()
593 env->table[env->last_token].apf = (acf_t)HERE; in bcolon()
[all …]
H A Ddebug.c605 if (*(env->table[i].apf) != (token_t)(&f_error)) { in dump_table()
607 " %8p\n", i, env->table[i].name, env->table[i].apf, in dump_table()
608 *(env->table[i].apf)); in dump_table()
627 (env->table[i].apf)) { in verify_usage()
630 env->table[i].name, env->table[i].apf, in verify_usage()
631 *(env->table[i].apf)); in verify_usage()
846 if (env->table[i].apf == acf) in acf_to_fcode_name()
/titanic_44/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