Home
last modified time | relevance | path

Searched refs:lua_tolstring (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c33 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()
Dlua.c250 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
288 const char *line = lua_tolstring(L, 1, &l); in loadline()
Dlauxlib.c358 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()
Dlstrlib.c642 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()
Dlapi.c389 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/
Dlua.h172 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)