Searched refs:index2addr (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 182 p = index2addr(L, idx); in lua_remove() 194 p = index2addr(L, idx); in lua_insert() 619 t = index2addr(L, idx); in lua_gettable() 628 t = index2addr(L, idx); in lua_getfield() 639 t = index2addr(L, idx); in lua_rawget() 649 t = index2addr(L, idx); in lua_rawgeti() 661 t = index2addr(L, idx); in lua_rawgetp() 715 o = index2addr(L, idx); in lua_getuservalue() 748 t = index2addr(L, idx); in lua_settable() 759 t = index2addr(L, idx); in lua_setfield() [all …]
|