Searched refs:luaV_fastgeti (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lvm.h | 96 #define luaV_fastgeti(L,t,k,slot) \ macro
|
H A D | lvm.c | 1275 ? (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 D | lapi.c | 700 if (luaV_fastgeti(L, t, n, slot)) { in lua_geti() 883 if (luaV_fastgeti(L, t, n, slot)) { in lua_seti()
|