Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dlbaselib.c89 const char *s = lua_tolstring(L, 1, &l); in luaB_tonumber()
102 s = lua_tolstring(L, 1, &l); in luaB_tonumber()
361 return lua_tolstring(L, RESERVEDSLOT, size); in generic_reader()
368 const char *s = lua_tolstring(L, 1, &l); in luaB_load()
H A Dlua.c446 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
505 const char *line = lua_tolstring(L, 1, &len); /* get what it has */ in multiline()
H A Dlua.h193 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable
386 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
H A Dlauxlib.c403 const char *s = lua_tolstring(L, arg, len); in luaL_checklstring()
612 const char *s = lua_tolstring(L, -1, &len); in luaL_addvalue()
895 return lua_tolstring(L, -1, len); in luaL_tolstring()
H A Dlstrlib.c270 const char *s = lua_tolstring(L, arg, &len); in tonum()
872 const char *news = lua_tolstring(L, 3, &l); in add_s()
1159 const char *s = lua_tolstring(L, arg, &len);
H A Dlapi.c381 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c318 const char *s = lua_tolstring(L, narg, len); in luaL_checklstring()
448 const char *s = lua_tolstring(L, -1, &l); in luaL_addvalue()
612 return lua_tolstring(L, -1, len); in luaL_tolstring()
H A Dlstrlib.c653 const char *s = lua_tolstring(L, lua_upvalueindex(1), &ls); in gmatch_aux()
654 const char *p = lua_tolstring(L, lua_upvalueindex(2), &lp); in gmatch_aux()
692 const char *news = lua_tolstring(ms->L, 3, &l); in add_s()
H A Dlapi.c386 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function
1341 EXPORT_SYMBOL(lua_tolstring);
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h172 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable
346 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c439 k = lua_tolstring (L, -1, &keylen); in ucl_object_lua_fromtable()
479 str = lua_tolstring (L, idx, &sz); in ucl_object_lua_fromelt()
/freebsd-13.1/stand/liblua/
H A Dlutils.c341 buf = lua_tolstring(L, i + 2, &bufsz); in lua_writefile()