Searched refs:lua_pushboolean (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lcorolib.c | 55 lua_pushboolean(L, 0); in luaB_coresume() 60 lua_pushboolean(L, 1); in luaB_coresume() 134 lua_pushboolean(L, ismain); in luaB_corunning()
|
D | lbaselib.c | 128 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()
|
D | loslib.c | 86 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute() 144 lua_pushboolean(L, value); in setboolfield()
|
D | lua.c | 452 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain() 475 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
|
D | lbitlib.c | 54 lua_pushboolean(L, r != 0); in b_test()
|
D | loadlib.c | 294 lua_pushboolean(L, 1); /* return 'true' */ in ll_loadfunc() 525 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
|
D | ldblib.c | 84 lua_pushboolean(L, v); in settabsb()
|
D | lauxlib.c | 210 lua_pushboolean(L, 1); in luaL_fileresult() 254 lua_pushboolean(L, 1); in luaL_execresult()
|
D | liolib.c | 310 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
|
D | lapi.c | 577 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 215 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|