Home
last modified time | relevance | path

Searched refs:setthvalue2s (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dlstate.c299 setthvalue2s(L, L->top, L1); in lua_newthread()
H A Dlobject.h251 #define setthvalue2s(L,o,t) setthvalue(L,s2v(o),t) macro