Home
last modified time | relevance | path

Searched refs:semi_ptr (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Ddebug.c416 if (*acf == (token_t)(&semi_ptr)) in find_semi_in_colon_def()
894 } while (*acf++ != (token_t)(&semi_ptr)); in within_word()
913 *nacf == (token_t)(&semi_ptr)) in acf_backup_search()
1117 (token_t)(&semi_ptr), ";", BI_SEMI,
1402 } while (*wptr++ != (token_t)(&semi_ptr)); in do_dot_calls()
H A Dforth.c37 void (*semi_ptr)(fcode_env_t *env) = do_semi; variable
1176 COMPILE_TOKEN(&semi_ptr); in semi()
2040 COMPILE_TOKEN(&semi_ptr); in does()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dengine.h322 extern void (*semi_ptr)(fcode_env_t *);