Home
last modified time | relevance | path

Searched refs:lua_pushboolean (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcorolib.c55 lua_pushboolean(L, 0); in luaB_coresume()
60 lua_pushboolean(L, 1); in luaB_coresume()
134 lua_pushboolean(L, ismain); in luaB_corunning()
Dlbaselib.c128 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
178 lua_pushboolean(L, res); in luaB_collectgarbage()
372 lua_pushboolean(L, 0); in finishpcall()
376 lua_pushboolean(L, status); /* first result (status) */ in finishpcall()
Dloslib.c86 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute()
144 lua_pushboolean(L, value); in setboolfield()
Dlua.c452 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain()
475 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
Dlbitlib.c54 lua_pushboolean(L, r != 0); in b_test()
Dloadlib.c294 lua_pushboolean(L, 1); /* return 'true' */ in ll_loadfunc()
525 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
Dldblib.c84 lua_pushboolean(L, v); in settabsb()
Dlauxlib.c210 lua_pushboolean(L, 1); in luaL_fileresult()
254 lua_pushboolean(L, 1); in luaL_execresult()
Dliolib.c310 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
Dlapi.c577 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h215 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable