Home
last modified time | relevance | path

Searched defs:lua_rotate (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlua.h182 LUA_API void (lua_rotate) (lua_State *L, int idx, int n); variable
H A Dlapi.c241 LUA_API void lua_rotate (lua_State *L, int idx, int n) { in lua_rotate() function