OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaF_close
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lfunc.h
26
LUAI_FUNC void
luaF_close
(lua_State *L, StkId level);
lstate.c
223
luaF_close
(L, L->stack); /* close all upvalues for this thread */
254
luaF_close
(L1, L1->stack); /* close all upvalues for this thread */
lfunc.c
89
void
luaF_close
(lua_State *L, StkId level) {
lvm.c
504
if (a > 0)
luaF_close
(L, ci->u.l.base + a - 1); \
739
if (cl->p->sizep > 0)
luaF_close
(L, oci->u.l.base);
755
if (cl->p->sizep > 0)
luaF_close
(L, base);
ldo.c
460
luaF_close
(L, oldtop);
598
luaF_close
(L, oldtop); /* close possible pending closures */
Completed in 275 milliseconds