OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lua_topointer
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/lua/dist/src/
lua.h
217
LUA_API const void *(
lua_topointer
) (lua_State *L, int idx);
lauxlib.c
935
lua_pushfstring(L, "%s: %p", kind,
lua_topointer
(L, idx));
lapi.c
483
LUA_API const void *
lua_topointer
(lua_State *L, int idx) {
function
lstrlib.c
1349
const void *p =
lua_topointer
(L, arg);
Completed in 27 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026