Home
last modified time | relevance | path

Searched refs:luaV_fastgeti (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlvm.h96 #define luaV_fastgeti(L,t,k,slot) \ macro
H A Dlvm.c1275 ? (cast_void(n = ivalue(rc)), luaV_fastgeti(L, rb, n, slot)) in luaV_execute()
1288 if (luaV_fastgeti(L, rb, c, slot)) { in luaV_execute()
1331 ? (cast_void(n = ivalue(rb)), luaV_fastgeti(L, s2v(ra), n, slot)) in luaV_execute()
1344 if (luaV_fastgeti(L, s2v(ra), c, slot)) { in luaV_execute()
H A Dlapi.c700 if (luaV_fastgeti(L, t, n, slot)) { in lua_geti()
883 if (luaV_fastgeti(L, t, n, slot)) { in lua_seti()