Searched defs:lua_rawget (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/mit/lua/dist/src/ | ||
| D | lua.h | 288 LUA_API int (lua_rawget) (lua_State *L, int idx); variable |
| D | lapi.c | 742 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function |