Searched refs:lua_pushboolean (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lcorolib.c | 65 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 D | lbaselib.c | 156 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 D | loslib.c | 152 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute() 224 lua_pushboolean(L, value); in setboolfield()
|
H A D | ldblib.c | 74 lua_pushboolean(L, 1); in db_getuservalue() 126 lua_pushboolean(L, v); in settabsb()
|
H A D | lua.c | 633 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 D | loadlib.c | 400 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc() 680 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
|
H A D | lauxlib.c | 255 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 D | lua.h | 276 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|
H A D | lmathlib.c | 167 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
|
H A D | liolib.c | 370 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
|
H A D | lapi.c | 615 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
|
/netbsd-src/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()
|
/netbsd-src/lib/lua/libm/ |
H A D | libm.c | 60 lua_pushboolean(L, fname(x)); \
|
/netbsd-src/lib/lua/sqlite/ |
H A D | sqlite.c | 187 lua_pushboolean(L, sqlite3_get_autocommit(*db)); in db_get_autocommit()
|