Searched refs:luaL_tolstring (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lbaselib.c | 257 luaL_tolstring(L, 1, NULL); in luaB_tostring()
|
| H A D | lauxlib.h | 33 LUALIB_API const char *(luaL_tolstring) (lua_State *L, int idx, size_t *len); variable
|
| H A D | lauxlib.c | 594 LUALIB_API const char *luaL_tolstring (lua_State *L, int idx, size_t *len) { in luaL_tolstring() function
|
| H A D | lstrlib.c | 983 const char *s = luaL_tolstring(L, arg, &l); in str_format()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.h | 45 LUALIB_API const char *(luaL_tolstring) (lua_State *L, int idx, size_t *len); variable
|
| H A D | lbaselib.c | 448 luaL_tolstring(L, 1, NULL); in luaB_tostring()
|
| H A D | lstrlib.c | 722 luaL_tolstring(L, -1, NULL); /* if number, convert it to string */ in add_s() 975 luaL_tolstring(L, arg, NULL); 1071 const char *s = luaL_tolstring(L, arg, &l);
|
| H A D | lauxlib.c | 810 LUALIB_API const char *luaL_tolstring (lua_State *L, int idx, size_t *len) { in luaL_tolstring() function
|