Searched refs:token_roundup (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | actions.c | 220 token_roundup(env, "action_colon"); in action_colon() 233 token_roundup(env, "actions"); in actions()
|
H A D | forth.c | 876 token_roundup(fcode_env_t *env, char *where) in token_roundup() function 888 token_roundup(env, "compile,"); in compile_comma() 1714 token_roundup(env, "set_temporary_compile"); in set_temporary_compile() 2036 token_roundup(env, "does"); in does() 2128 token_roundup(env, "compile_string"); in compile_string()
|
H A D | fcode.c | 237 token_roundup(env, "bquote"); in bquote() 284 token_roundup(env, "header"); in header()
|
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 437 void token_roundup(fcode_env_t *, char *);
|