Searched refs:luaL_tolstring (Results 1 – 13 of 13) sorted by relevance
/freebsd/stand/liblua/ |
H A D | lpager.c | 49 outstr = luaL_tolstring(L, i, NULL); in lpager_output()
|
/freebsd/contrib/lua/src/ |
H A D | lbaselib.c | 29 const char *s = luaL_tolstring(L, i, &l); /* convert it to string */ in luaB_print() 501 luaL_tolstring(L, 1, NULL); in luaB_tostring()
|
H A D | lauxlib.h | 52 LUALIB_API const char *(luaL_tolstring) (lua_State *L, int idx, size_t *len); variable
|
H A D | ldblib.c | 429 lua_writestringerror("%s\n", luaL_tolstring(L, -1, NULL)); in db_debug()
|
H A D | lua.c | 464 const char *p = luaL_tolstring(L, -1, NULL); in get_prompt()
|
H A D | ltests.c | 819 printf("%3d: %s\n", i, luaL_tolstring(L, i, NULL)); in printstack() 1564 printf("%s\n", luaL_tolstring(L1, n, NULL)); in runC() 1747 luaL_tolstring(L1, getindex, NULL); in runC()
|
H A D | lstrlib.c | 1205 luaL_tolstring(L, arg, NULL); 1359 const char *s = luaL_tolstring(L, arg, &l);
|
H A D | lauxlib.c | 889 LUALIB_API const char *luaL_tolstring (lua_State *L, int idx, size_t *len) { in luaL_tolstring() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | Lua.cpp | 27 luaL_tolstring(L, i, nullptr); in lldb_print()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lbaselib.c | 251 luaL_tolstring(L, 1, NULL); in luaB_tostring()
|
H A D | lauxlib.c | 593 LUALIB_API const char *luaL_tolstring (lua_State *L, int idx, size_t *len) { in luaL_tolstring() function
|
H A D | lstrlib.c | 965 const char *s = luaL_tolstring(L, arg, &l); in str_format()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 32 LUALIB_API const char *(luaL_tolstring) (lua_State *L, int idx, size_t *len); variable
|