/freebsd/contrib/lua/src/ |
H A D | lbaselib.c | 89 const char *s = lua_tolstring(L, 1, &l); in luaB_tonumber() 102 s = lua_tolstring(L, 1, &l); in luaB_tonumber() 383 return lua_tolstring(L, RESERVEDSLOT, size); in generic_reader() 390 const char *s = lua_tolstring(L, 1, &l); in luaB_load()
|
H A D | lua.c | 483 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete() 542 const char *line = lua_tolstring(L, 1, &len); /* get what it has */ in multiline()
|
H A D | lua.h | 204 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable 398 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
|
H A D | lauxlib.c | 403 const char *s = lua_tolstring(L, arg, len); in luaL_checklstring() 622 const char *s = lua_tolstring(L, -1, &len); in luaL_addvalue() 924 return lua_tolstring(L, -1, len); in luaL_tolstring()
|
H A D | lstrlib.c | 271 const char *s = lua_tolstring(L, arg, &len); in tonum() 875 const char *news = lua_tolstring(L, 3, &l); in add_s() 1181 const char *s = lua_tolstring(L, arg, &len);
|
H A D | lapi.c | 405 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 318 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 D | lstrlib.c | 653 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 D | lapi.c | 388 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function 1319 EXPORT_SYMBOL(lua_tolstring);
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 172 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/stand/liblua/ |
H A D | lutils.c | 378 buf = lua_tolstring(L, i + 2, &bufsz); in lua_writefile()
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 439 k = lua_tolstring (L, -1, &keylen); in ucl_object_lua_fromtable() 479 str = lua_tolstring (L, idx, &sz); in ucl_object_lua_fromelt()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 923 static const char *(lua_tolstring)(lua_State *L, int idx, size_t *len) {
|