Searched refs:set_here (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | actions.c | 117 set_here(env, HERE + d[1], "do_buffer_data"); in do_buffer_data() 242 set_here(env, (uchar_t *)d, "actions"); in actions()
|
H A D | forth.c | 795 set_here(fcode_env_t *env, uchar_t *new_here, char *where) in set_here() function 842 set_here(env, HERE + sizeof (fstack_t), "comma"); in comma() 852 set_here(env, HERE + sizeof (u_lforth_t), "lcomma"); in lcomma() 862 set_here(env, HERE + sizeof (u_wforth_t), "wcomma"); in wcomma() 872 set_here(env, HERE + sizeof (uchar_t), "ccomma"); in ccomma() 879 set_here(env, (uchar_t *)TOKEN_ROUNDUP(HERE), where); in token_roundup() 891 set_here(env, HERE + sizeof (fstack_t), "compile,"); in compile_comma() 1750 set_here(env, (uchar_t *)d, "temporary_execute"); in temporary_execute() 2127 set_here(env, tostr, "compile_string"); in compile_string()
|
H A D | prims64.c | 148 set_here(env, HERE + sizeof (xforth_t), "xcomma"); in xcomma()
|
H A D | fcode.c | 236 set_here(env, (uchar_t *)strptr, "bquote"); in bquote() 303 set_here(env, (uchar_t *)dptr, "header"); in header()
|
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 432 void set_here(fcode_env_t *, uchar_t *, char *);
|