Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstate.h223 #define CIST_RECST 10 macro
235 #define getcistrecst(ci) (((ci)->callstatus >> CIST_RECST) & 7)
238 ((ci)->callstatus = ((ci)->callstatus & ~(7 << CIST_RECST)) \
239 | ((st) << CIST_RECST)))