Home
last modified time | relevance | path

Searched refs:lua_pushstring (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldblib.c72 lua_pushstring(L, v); in settabss()
170 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */ in db_getlocal()
179 lua_pushstring(L, name); /* push name */ in db_getlocal()
200 lua_pushstring(L, lua_setlocal(L1, &ar, luaL_checkint(L, arg+2))); in db_setlocal()
211 lua_pushstring(L, name); in auxupvalue()
266 lua_pushstring(L, hooknames[(int)ar->event]); in hookf()
311 lua_pushstring(L, "k"); in db_sethook()
338 lua_pushstring(L, unmakemask(mask, buff)); in db_gethook()
Dloadlib.c136 if (lib == NULL) lua_pushstring(L, dlerror()); in ll_load()
143 if (f == NULL) lua_pushstring(L, dlerror()); in ll_sym()
188 lua_pushstring(L, buffer); in pusherror()
316 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
400 lua_pushstring(L, filename); /* will be 2nd argument to module */ in checkload()
463 lua_pushstring(L, filename); /* will be 2nd argument to module */ in searcher_Croot()
494 lua_pushstring(L, name); in findloader()
518 lua_pushstring(L, name); /* pass name as argument to module loader */ in ll_require()
574 lua_pushstring(L, modname); in modinit()
643 lua_pushstring(L, def); /* use default */ in setpath()
Dloslib.c111 lua_pushstring(L, buff); in os_tmpname()
117 lua_pushstring(L, getenv(luaL_checkstring(L, 1))); /* if NULL push nil */ in os_getenv()
282 lua_pushstring(L, setlocale(cat[op], l)); in os_setlocale()
Dlua.c200 lua_pushstring(L, argv[i]); in getargs()
203 lua_pushstring(L, argv[i]); in getargs()
227 lua_pushstring(L, name); in dolibrary()
275 lua_pushstring(L, b); in pushline()
Dlauxlib.c218 lua_pushstring(L, strerror(en)); in luaL_fileresult()
257 lua_pushstring(L, what); in luaL_execresult()
702 lua_pushstring(L, event); in luaL_getmetafield()
745 lua_pushstring(L, (lua_toboolean(L, idx) ? "true" : "false")); in luaL_tolstring()
889 lua_pushstring(L, modname); /* argument to open function */ in luaL_requiref()
Dlbaselib.c191 lua_pushstring(L, luaL_typename(L, 1)); in luaB_type()
373 lua_pushstring(L, "stack overflow"); in finishpcall()
Dlapi.c513 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h210 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable