OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lua_tothread
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lcorolib.c
50
lua_State *co =
lua_tothread
(L, 1);
68
lua_State *co =
lua_tothread
(L, lua_upvalueindex(1));
105
lua_State *co =
lua_tothread
(L, 1);
ldblib.c
92
return
lua_tothread
(L, 1);
lua.h
176
LUA_API lua_State *(
lua_tothread
) (lua_State *L, int idx);
lapi.c
437
LUA_API lua_State *
lua_tothread
(lua_State *L, int idx) {
function
Completed in 27 milliseconds