Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstate.h221 #define CIST_RECST 10 macro
233 #define getcistrecst(ci) (((ci)->callstatus >> CIST_RECST) & 7)
236 ((ci)->callstatus = ((ci)->callstatus & ~(7 << CIST_RECST)) \
237 | ((st) << CIST_RECST)))