Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlcorolib.c65 lua_pushboolean(L, 0); in luaB_coresume()
70 lua_pushboolean(L, 1); in luaB_coresume()
162 lua_pushboolean(L, lua_isyieldable(co)); in luaB_yieldable()
169 lua_pushboolean(L, ismain); in luaB_corunning()
181 lua_pushboolean(L, 1); in luaB_close()
185 lua_pushboolean(L, 0); in luaB_close()
H A Dlbaselib.c156 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
223 lua_pushboolean(L, res); in luaB_collectgarbage()
237 lua_pushboolean(L, res); in luaB_collectgarbage()
471 lua_pushboolean(L, 0); /* first result (false) */ in finishpcall()
483 lua_pushboolean(L, 1); /* first result if no errors */ in luaB_pcall()
499 lua_pushboolean(L, 1); /* first result */ in luaB_xpcall()
H A Dloslib.c152 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute()
224 lua_pushboolean(L, value); in setboolfield()
H A Dldblib.c74 lua_pushboolean(L, 1); in db_getuservalue()
126 lua_pushboolean(L, v); in settabsb()
H A Dlua.c633 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain()
659 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
H A Dloadlib.c400 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc()
680 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
H A Dlauxlib.c255 lua_pushboolean(L, 1); in luaL_fileresult()
301 lua_pushboolean(L, 1); in luaL_execresult()
955 lua_pushboolean(L, 0); in luaL_setfuncs()
H A Dlua.h276 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dlmathlib.c167 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
H A Dliolib.c370 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
H A Dlapi.c615 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/netbsd-src/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()
/netbsd-src/lib/lua/libm/
H A Dlibm.c60 lua_pushboolean(L, fname(x)); \
/netbsd-src/lib/lua/sqlite/
H A Dsqlite.c187 lua_pushboolean(L, sqlite3_get_autocommit(*db)); in db_get_autocommit()