Searched refs:sethvalue (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lstate.c | 219 sethvalue(L, &g->l_registry, registry); in init_registry() 224 sethvalue(L, ®istry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
|
A D | lobject.h | 671 #define sethvalue(L,obj,x) \ macro 676 #define sethvalue2s(L,o,h) sethvalue(L,s2v(o),h)
|
A D | lcode.c | 631 sethvalue(fs->ls->L, &k, fs->ls->h); in nilK()
|
Completed in 10 milliseconds