Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dlbaselib.c93 const char *s = lua_tolstring(L, 1, &l); in luaB_tonumber()
106 s = lua_tolstring(L, 1, &l); in luaB_tonumber()
389 return lua_tolstring(L, RESERVEDSLOT, size); in generic_reader()
396 const char *s = lua_tolstring(L, 1, &l); in luaB_load()
Dlua.c485 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
544 const char *line = lua_tolstring(L, 1, &len); /* get what it has */ in multiline()
Dlua.h212 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable
421 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
Dlauxlib.c413 const char *s = lua_tolstring(L, arg, len); in luaL_checklstring()
634 const char *s = lua_tolstring(L, -1, &len); in luaL_addvalue()
942 return lua_tolstring(L, -1, len); in luaL_tolstring()
Dlstrlib.c275 const char *s = lua_tolstring(L, arg, &len); in tonum()
883 const char *news = lua_tolstring(L, 3, &l); in add_s()
1189 const char *s = lua_tolstring(L, arg, &len); in addliteral()
Dlapi.c413 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function
/netbsd/src/external/mit/lua/lib/liblua/
Dlua.expsym133 lua_tolstring