Searched refs:lua_tolstring (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lbaselib.c | 34 s = lua_tolstring(L, -1, &l); /* get result */ in luaB_print() 78 const char *s = lua_tolstring(L, 1, &l); in luaB_tonumber() 90 s = lua_tolstring(L, 1, &l); in luaB_tonumber() 330 return lua_tolstring(L, RESERVEDSLOT, size); in generic_reader() 337 const char *s = lua_tolstring(L, 1, &l); in luaB_load()
|
| H A D | lua.c | 294 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete() 353 const char *line = lua_tolstring(L, 1, &len); /* get what it has */ in multiline()
|
| H A D | lua.h | 184 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable 366 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
|
| H A D | lauxlib.c | 391 const char *s = lua_tolstring(L, arg, len); in luaL_checklstring() 561 const char *s = lua_tolstring(L, -1, &l); in luaL_addvalue() 844 return lua_tolstring(L, -1, len); in luaL_tolstring()
|
| H A D | lstrlib.c | 707 const char *news = lua_tolstring(L, 3, &l); in add_s() 948 const char *s = lua_tolstring(L, arg, &len);
|
| H A D | lapi.c | 373 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lauxlib.c | 319 const char *s = lua_tolstring(L, narg, len); in luaL_checklstring() 449 const char *s = lua_tolstring(L, -1, &l); in luaL_addvalue() 613 return lua_tolstring(L, -1, len); in luaL_tolstring()
|
| H A D | lua.h | 171 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable 345 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
|
| H A D | lstrlib.c | 671 const char *s = lua_tolstring(L, lua_upvalueindex(1), &ls); in gmatch_aux() 672 const char *p = lua_tolstring(L, lua_upvalueindex(2), &lp); in gmatch_aux() 710 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
|
| /freebsd-12.1/stand/liblua/ |
| H A D | lutils.c | 339 buf = lua_tolstring(L, i + 2, &bufsz); in lua_writefile()
|
| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 350 k = lua_tolstring (L, -2, &keylen); in ucl_object_lua_fromtable()
|