Home
last modified time | relevance | path

Searched refs:LINK_TO_FLAGS (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/efcode/engine/
H A Dfcode.c251 flag_t *fptr = LINK_TO_FLAGS(linkp); in get_name()
289 fptr = LINK_TO_FLAGS(dptr); in header()
297 fptr = LINK_TO_FLAGS(dptr); in header()
H A Ddebug.c142 *LINK_TO_FLAGS(ACF_TO_LINK(acf)) |= FLAG_DEBUG; in add_debug_acf()
335 flagp = LINK_TO_FLAGS(ACF_TO_LINK(acf)); in undebug()
388 flagp = LINK_TO_FLAGS(ACF_TO_LINK(acf)); in is_debug_word()
504 flag = LINK_TO_FLAGS(link); in unbug()
H A Dforth.c2230 flags = LINK_TO_FLAGS(ACF_TO_LINK(TOS)); in interpret()
/titanic_44/usr/src/lib/efcode/include/fcode/
H A Dengine.h280 #define LINK_TO_FLAGS(x) (((flag_t *)(x))-1) macro