Searched refs:lua_tolstring (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lbaselib.c | 93 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()
|
H A D | lua.c | 485 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()
|
H A D | lua.h | 212 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)
|
H A D | lauxlib.c | 413 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()
|
H A D | lstrlib.c | 275 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()
|
H A D | lapi.c | 413 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function
|