Searched refs:luaL_tolstring (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/stand/liblua/ |
| H A D | lpager.c | 52 outstr = luaL_tolstring(L, i, NULL); in lpager_output()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lbaselib.c | 29 const char *s = luaL_tolstring(L, i, &l); /* convert it to string */ in luaB_print() 479 luaL_tolstring(L, 1, NULL); in luaB_tostring()
|
| H A D | lauxlib.h | 51 LUALIB_API const char *(luaL_tolstring) (lua_State *L, int idx, size_t *len); variable
|
| H A D | ldblib.c | 428 lua_writestringerror("%s\n", luaL_tolstring(L, -1, NULL)); in db_debug()
|
| H A D | lua.c | 427 const char *p = luaL_tolstring(L, -1, NULL); in get_prompt()
|
| H A D | lstrlib.c | 1183 luaL_tolstring(L, arg, NULL); 1296 const char *s = luaL_tolstring(L, arg, &l);
|
| H A D | lauxlib.c | 861 LUALIB_API const char *luaL_tolstring (lua_State *L, int idx, size_t *len) { in luaL_tolstring() function
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 50 luaL_tolstring(L, i, nullptr); in lldb_print()
|
| /freebsd-13.1/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
|