Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltests.h99 LUA_API int luaB_opentests (lua_State *L);
108 luaL_requiref(L, "T", luaB_opentests, 1); \
H A Dltests.c1181 {"T", luaB_opentests}, in loadlib()
1961 int luaB_opentests (lua_State *L) { in luaB_opentests() function