Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c280 static int checkint (lua_State *L, int topop) { in checkint() argument
282 lua_pop(L, topop); in checkint()