Searched refs:lua_pushboolean (Results 1 – 15 of 15) sorted by relevance
/minix3/external/mit/lua/dist/src/ |
H A D | lcorolib.c | 66 lua_pushboolean(L, 0); in luaB_coresume() 71 lua_pushboolean(L, 1); in luaB_coresume() 143 lua_pushboolean(L, lua_isyieldable(L)); in luaB_yieldable() 150 lua_pushboolean(L, ismain); in luaB_corunning()
|
H A D | lbaselib.c | 145 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal() 194 lua_pushboolean(L, res); in luaB_collectgarbage() 434 lua_pushboolean(L, 0); /* first result (false) */ in finishpcall() 446 lua_pushboolean(L, 1); /* first result if no errors */ in luaB_pcall() 462 lua_pushboolean(L, 1); /* first result */ in luaB_xpcall()
|
H A D | loslib.c | 133 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute() 191 lua_pushboolean(L, value); in setboolfield()
|
H A D | lbitlib.c | 63 lua_pushboolean(L, r != 0); in b_test()
|
H A D | lua.c | 571 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain() 594 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
|
H A D | loadlib.c | 343 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc() 576 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
|
H A D | lmathlib.c | 177 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
|
H A D | lauxlib.c | 233 lua_pushboolean(L, 1); in luaL_fileresult() 279 lua_pushboolean(L, 1); in luaL_execresult()
|
H A D | ldblib.c | 122 lua_pushboolean(L, v); in settabsb()
|
H A D | lua.h | 266 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|
H A D | liolib.c | 326 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
|
H A D | lapi.c | 559 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
|
/minix3/external/bsd/lutok/dist/ |
H A D | state_test.cpp | 394 lua_pushboolean(raw(state), 1); in ATF_TEST_CASE_BODY() 404 lua_pushboolean(raw(state), 1); in ATF_TEST_CASE_BODY() 1200 lua_pushboolean(raw(state), 1); in ATF_TEST_CASE_BODY() 1202 lua_pushboolean(raw(state), 0); in ATF_TEST_CASE_BODY() 1212 lua_pushboolean(raw(state), 0); in ATF_TEST_CASE_BODY() 1213 lua_pushboolean(raw(state), 1); in ATF_TEST_CASE_BODY()
|
H A D | state.cpp | 90 lua_pushboolean(state, more); in protected_next() 656 lua_pushboolean(_pimpl->lua_state, value ? 1 : 0); in push_boolean()
|
/minix3/lib/lua/sqlite/ |
H A D | sqlite.c | 183 lua_pushboolean(L, sqlite3_get_autocommit(*db)); in db_get_autocommit()
|