Searched refs:sethvalue (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lstate.c | 167 sethvalue(L, &g->l_registry, registry); in init_registry() 173 sethvalue(L, &mt, luaH_new(L)); in init_registry()
|
| H A D | lobject.h | 230 #define sethvalue(L,obj,x) \ macro 254 #define sethvalue2s sethvalue
|
| H A D | lapi.c | 677 sethvalue(L, L->top, t); in lua_createtable() 705 sethvalue(L, L->top, mt); in lua_getmetatable() 720 sethvalue(L, L->top, uvalue(o)->env); in lua_getuservalue()
|
| H A D | ldebug.c | 218 sethvalue(L, L->top, t); /* push it on stack */ in collectvalidlines()
|
| H A D | lcode.c | 353 sethvalue(fs->ls->L, &k, fs->h); in nilK()
|
| H A D | lvm.c | 667 sethvalue(L, ra, t); in luaV_execute()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lstate.c | 188 sethvalue(L, &g->l_registry, registry); in init_registry() 194 sethvalue(L, &temp, luaH_new(L)); /* temp = new table (global table) */ in init_registry()
|
| H A D | lobject.h | 250 #define sethvalue(L,obj,x) \ macro 273 #define sethvalue2s sethvalue
|
| H A D | lapi.c | 688 sethvalue(L, L->top, t); in lua_createtable() 715 sethvalue(L, L->top, mt); in lua_getmetatable()
|
| H A D | ldebug.c | 239 sethvalue(L, L->top, t); /* push it on stack */ in collectvalidlines()
|
| H A D | lcode.c | 505 sethvalue(fs->ls->L, &k, fs->ls->h); in nilK()
|
| H A D | lvm.c | 871 sethvalue(L, ra, t); in luaV_execute()
|
| H A D | lparser.c | 1634 sethvalue(L, L->top, lexstate.h); /* anchor it */ in luaY_parser()
|