Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dengine.h263 #define TOKEN_ROUNDUP(x) _ALIGN((x + ((sizeof (token_t)-1))), token_t) macro
/titanic_41/usr/src/lib/efcode/engine/
H A Dactions.c112 n = TOKEN_ROUNDUP(d[1]); in do_buffer_data()
H A Dfcode.c217 strptr += TOKEN_ROUNDUP(len+2); in do_quote()
288 dptr = (acf_t)(TOKEN_ROUNDUP(HERE+bytes)); in header()
H A Dforth.c879 set_here(env, (uchar_t *)TOKEN_ROUNDUP(HERE), where); in token_roundup()