Searched refs:alloc_instance_data (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | instance.c | 40 alloc_instance_data(fcode_env_t *env, int init, int n, int *offset) in alloc_instance_data() function
|
H A D | actions.c | 113 buf = alloc_instance_data(env, UINIT_DATA, n, &off); in do_buffer_data()
|
H A D | forth.c | 2301 dptr = alloc_instance_data(env, INIT_DATA, ncells, &offset); in make_common_access()
|
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 394 token_t *alloc_instance_data(fcode_env_t *, int, int, int *);
|