OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUA_TLCL
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h
205
#define gco2lcl(o) check_exp((o)->gch.tt ==
LUA_TLCL
, &((o)->cl.l))
lobject.h
50
#define
LUA_TLCL
(LUA_TFUNCTION | (0 << 4)) /* Lua closure */
144
#define ttisLclosure(o) checktag((o), ctb(
LUA_TLCL
))
223
val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(
LUA_TLCL
)); \
lfunc.c
31
Closure *c = &luaC_newobj(L,
LUA_TLCL
, sizeLclosure(n), NULL, 0)->cl;
lgc.c
267
case
LUA_TLCL
: {
526
case
LUA_TLCL
: {
659
case
LUA_TLCL
: {
[
all
...]
lapi.c
447
case
LUA_TLCL
: return clLvalue(o);
1198
case
LUA_TLCL
: { /* Lua closure */
1260
case
LUA_TLCL
: { /* lua closure */
ldo.c
324
case
LUA_TLCL
: { /* Lua function: prepare its call */
Completed in 32 milliseconds