Searched refs:CIST_LUA (Results 1 - 4 of 4) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlstate.h95 #define CIST_LUA (1<<0) /* call is running a Lua function */ macro
106 #define isLua(ci) ((ci)->callstatus & CIST_LUA)
H A Dldo.c340 ci->callstatus = CIST_LUA;
/external/syslinux/com32/lua/src/
H A Dlstate.h95 #define CIST_LUA (1<<0) /* call is running a Lua function */ macro
106 #define isLua(ci) ((ci)->callstatus & CIST_LUA)
H A Dldo.c347 ci->callstatus = CIST_LUA;

Completed in 96 milliseconds