Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlua.h176 LUA_API void (lua_rotate) (lua_State *L, int idx, int n); variable
H A Dlapi.c211 LUA_API void lua_rotate (lua_State *L, int idx, int n) { in lua_rotate() function