Home
last modified time | relevance | path

Searched refs:do_colon (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/efcode/engine/
H A Dinterp.c85 do_colon(fcode_env_t *env) in do_colon() function
H A Ddebug.c162 if (*acf != (token_t)(&do_colon)) { in paren_debug()
430 if (*WA == (token_t)(&do_colon)) { in check_for_debug_entry()
890 if (*acf == (token_t)(&do_colon)) { in within_word()
912 if (*nacf == (token_t)(&do_colon) || in acf_backup_search()
915 if (nacf >= (acf_t)env->base && *nacf == (token_t)(&do_colon) && in acf_backup_search()
1118 (token_t)(&do_colon), ":", BI_COLON,
1398 if (*wptr == (token_t)(&do_colon)) { in do_dot_calls()
H A Dactions.c222 COMPILE_TOKEN(&do_colon); in action_colon()
H A Dforth.c1717 COMPILE_TOKEN(&do_colon); in set_temporary_compile()
2047 COMPILE_TOKEN(&do_colon); in does()
2104 COMPILE_TOKEN(&do_colon); in colon()
H A Dfcode.c598 COMPILE_TOKEN(&do_colon); in bcolon()
/titanic_50/usr/src/lib/efcode/packages/
H A Dparse.c61 COMPILE_TOKEN(&do_colon); in define_hook()
/titanic_50/usr/src/lib/efcode/include/fcode/
H A Dproto.h312 FNPROTO(do_colon);