Home
last modified time | relevance | path

Searched defs:lua_getfield (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h286 LUA_API int (lua_getfield) (lua_State *L, int idx, const char *k); variable
H A Dlapi.c699 LUA_API int lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function