Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.h58 LUALIB_API void (luaL_where) (lua_State *L, int lvl); variable
H A Dlauxlib.c178 LUALIB_API void luaL_where (lua_State *L, int level) { in luaL_where() function