Searched refs:luaV_fastgeti (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lvm.h | 94 #define luaV_fastgeti(L,t,k,slot) \ macro
|
| H A D | lvm.c | 1238 ? (cast_void(n = ivalue(rc)), luaV_fastgeti(L, rb, n, slot)) in luaV_execute() 1250 if (luaV_fastgeti(L, rb, c, slot)) { in luaV_execute() 1291 ? (cast_void(n = ivalue(rb)), luaV_fastgeti(L, s2v(ra), n, slot)) in luaV_execute() 1303 if (luaV_fastgeti(L, s2v(ra), c, slot)) { in luaV_execute()
|
| H A D | lapi.c | 666 if (luaV_fastgeti(L, t, n, slot)) { in lua_geti() 849 if (luaV_fastgeti(L, t, n, slot)) { in lua_seti()
|