Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstate.h212 #define CIST_FRESH (1<<2) /* call is on a fresh "luaV_execute" frame */ macro
H A Dldo.c636 ci->callstatus = CIST_FRESH; /* mark that it is a "fresh" execute */ in ccall()
H A Dlvm.c1783 if (ci->callstatus & CIST_FRESH) in luaV_execute()