Home
last modified time | relevance | path

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

/netbsd/external/mit/lua/dist/src/
H A Dlua.h212 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable
H A Dlapi.c413 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function