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