Searched refs:lua_tolstring (Results 1 – 6 of 6) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| D | lbaselib.c | 33 s = lua_tolstring(L, -1, &l); /* get result */ in luaB_print() 305 return lua_tolstring(L, RESERVEDSLOT, size); in generic_reader() 312 const char *s = lua_tolstring(L, 1, &l); in luaB_load()
|
| D | lua.c | 250 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete() 288 const char *line = lua_tolstring(L, 1, &l); in loadline()
|
| D | lauxlib.c | 358 const char *s = lua_tolstring(L, narg, len); in luaL_checklstring() 488 const char *s = lua_tolstring(L, -1, &l); in luaL_addvalue() 756 return lua_tolstring(L, -1, len); in luaL_tolstring()
|
| D | lstrlib.c | 642 const char *s = lua_tolstring(L, lua_upvalueindex(1), &ls); in gmatch_aux() 643 const char *p = lua_tolstring(L, lua_upvalueindex(2), &lp); in gmatch_aux() 681 const char *news = lua_tolstring(ms->L, 3, &l); in add_s()
|
| D | lapi.c | 389 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function
|
| /device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
| 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)
|