OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUA_TLCF
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lobject.h
51
#define
LUA_TLCF
(LUA_TFUNCTION | (1 << 4)) /* light C function */
145
#define ttislcf(o) checktag((o),
LUA_TLCF
)
193
{ TValue *io=(obj); val_(io).f=(x); settt_(io,
LUA_TLCF
); }
ltable.c
115
case
LUA_TLCF
:
ldo.c
301
case
LUA_TLCF
: /* light C function */
lvm.c
268
case
LUA_TLCF
: return fvalue(t1) == fvalue(t2);
lapi.c
449
case
LUA_TLCF
: return cast(void *, cast(size_t, fvalue(o)));
Completed in 35 milliseconds