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 | 1276 ? (cast_void(n = ivalue(rc)), luaV_fastgeti(L, rb, n, slot)) in luaV_execute() 1289 if (luaV_fastgeti(L, rb, c, slot)) { in luaV_execute() 1332 ? (cast_void(n = ivalue(rb)), luaV_fastgeti(L, s2v(ra), n, slot)) in luaV_execute() 1345 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()
|