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/
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()
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()
Dloslib.c152 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute()
224 lua_pushboolean(L, value); in setboolfield()
Dldblib.c74 lua_pushboolean(L, 1); in db_getuservalue()
126 lua_pushboolean(L, v); in settabsb()
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()
Dloadlib.c400 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc()
680 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
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()
Dlua.h276 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
Dlmathlib.c167 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
Dliolib.c370 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
Dlapi.c615 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/netbsd/src/external/bsd/lutok/dist/
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()
Dstate.cpp90 lua_pushboolean(state, more); in protected_next()
656 lua_pushboolean(_pimpl->lua_state, value ? 1 : 0); in push_boolean()
/netbsd/src/external/mit/lua/lib/liblua/
Dlua.expsym91 lua_pushboolean
/netbsd/src/lib/lua/sqlite/
Dsqlite.c187 lua_pushboolean(L, sqlite3_get_autocommit(*db)); in db_get_autocommit()