Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlcorolib.c66 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 Dlbaselib.c145 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 Dloslib.c133 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute()
191 lua_pushboolean(L, value); in setboolfield()
H A Dlbitlib.c63 lua_pushboolean(L, r != 0); in b_test()
H A Dlua.c571 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 Dloadlib.c343 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc()
576 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
H A Dlmathlib.c177 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
H A Dlauxlib.c233 lua_pushboolean(L, 1); in luaL_fileresult()
279 lua_pushboolean(L, 1); in luaL_execresult()
H A Dldblib.c122 lua_pushboolean(L, v); in settabsb()
H A Dlua.h266 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dliolib.c326 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
H A Dlapi.c559 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/minix3/external/bsd/lutok/dist/
H A Dstate_test.cpp394 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 Dstate.cpp90 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 Dsqlite.c183 lua_pushboolean(L, sqlite3_get_autocommit(*db)); in db_get_autocommit()