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_getupvalue
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/lua/dist/src/
ldblib.c
266
name = get ?
lua_getupvalue
(L, 1, n) : lua_setupvalue(L, 1, n);
lua.h
484
LUA_API const char *(
lua_getupvalue
) (lua_State *L, int funcindex, int n);
lapi.c
1394
LUA_API const char *
lua_getupvalue
(lua_State *L, int funcindex, int n) {
function
Completed in 20 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026