Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libucl/lua/
HDlua_ucl.c240 lua_pushboolean (L, ucl_obj_toboolean (obj)); in ucl_object_lua_push_scalar()
258 lua_pushboolean (L, false); in ucl_object_lua_push_scalar()
710 lua_pushboolean (L, true); in lua_ucl_parser_parse_file()
714 lua_pushboolean (L, false); in lua_ucl_parser_parse_file()
719 lua_pushboolean (L, false); in lua_ucl_parser_parse_file()
749 lua_pushboolean (L, true); in lua_ucl_parser_register_variable()
786 lua_pushboolean (L, true); in lua_ucl_parser_register_variables()
821 lua_pushboolean (L, true); in lua_ucl_parser_parse_string()
825 lua_pushboolean (L, false); in lua_ucl_parser_parse_string()
830 lua_pushboolean (L, false); in lua_ucl_parser_parse_string()
[all …]
/freebsd-13-stable/contrib/lua/src/
HDlcorolib.c61 lua_pushboolean(L, 0); in luaB_coresume()
66 lua_pushboolean(L, 1); in luaB_coresume()
155 lua_pushboolean(L, lua_isyieldable(co)); in luaB_yieldable()
162 lua_pushboolean(L, ismain); in luaB_corunning()
174 lua_pushboolean(L, 1); in luaB_close()
178 lua_pushboolean(L, 0); in luaB_close()
HDlbaselib.c152 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
208 lua_pushboolean(L, res); in luaB_collectgarbage()
220 lua_pushboolean(L, res); in luaB_collectgarbage()
441 lua_pushboolean(L, 0); /* first result (false) */ in finishpcall()
453 lua_pushboolean(L, 1); /* first result if no errors */ in luaB_pcall()
469 lua_pushboolean(L, 1); /* first result */ in luaB_xpcall()
HDloslib.c150 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute()
222 lua_pushboolean(L, value); in setboolfield()
HDldblib.c70 lua_pushboolean(L, 1); in db_getuservalue()
122 lua_pushboolean(L, v); in settabsb()
HDlua.c594 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain()
618 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
HDloadlib.c396 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc()
675 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
HDlauxlib.c248 lua_pushboolean(L, 1); in luaL_fileresult()
292 lua_pushboolean(L, 1); in luaL_execresult()
908 lua_pushboolean(L, 0); in luaL_setfuncs()
HDlua.h242 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
HDlmathlib.c165 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
HDliolib.c362 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
HDlapi.c581 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/freebsd-13-stable/stand/liblua/
HDlutils.c88 lua_pushboolean(L, 1); in lua_has_feature()
171 lua_pushboolean(L, ischar()); in lua_ischar()
278 lua_pushboolean(L, 0); in lua_closefile()
284 lua_pushboolean(L, fclose(*f) == 0 ? 1 : 0); in lua_closefile()
287 lua_pushboolean(L, 0); in lua_closefile()
396 lua_pushboolean(L, 0); in lua_term_putimage()
426 lua_pushboolean(L, ret); in lua_term_putimage()
440 lua_pushboolean(L, 0); in lua_fb_putimage()
459 lua_pushboolean(L, ret); in lua_fb_putimage()
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlcorolib.c53 lua_pushboolean(L, 0); in luaB_coresume()
58 lua_pushboolean(L, 1); in luaB_coresume()
132 lua_pushboolean(L, ismain); in luaB_corunning()
HDlbaselib.c110 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
160 lua_pushboolean(L, res); in luaB_collectgarbage()
HDlapi.c576 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
1323 EXPORT_SYMBOL(lua_pushboolean);
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp1117 lua_pushboolean(L, b), \
1858 lua_pushboolean(L,result); in SWIG_Lua_class_equal()
4013 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_string_empty()
4334 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddress_IsValid()
4507 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddress_OffsetAddress()
4538 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddress_GetDescription()
5041 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddressRange_IsValid()
5123 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddressRange___eq()
5163 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddressRange_GetDescription()
5530 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddressRangeList_GetDescription()
[all …]
/freebsd-13-stable/libexec/flua/modules/
HDlfs.c392 lua_pushboolean(L, 1); in lua_mkdir()
420 lua_pushboolean(L, 1); in lua_rmdir()
/freebsd-13-stable/contrib/lutok/
HDstate.cpp90 lua_pushboolean(state, more); in protected_next()
668 lua_pushboolean(_pimpl->lua_state, value ? 1 : 0); in push_boolean()
HDstate_test.cpp374 lua_pushboolean(raw(state), 1); in ATF_TEST_CASE_BODY()
1031 lua_pushboolean(raw(state), 0); in ATF_TEST_CASE_BODY()
1032 lua_pushboolean(raw(state), 1); in ATF_TEST_CASE_BODY()
/freebsd-13-stable/lib/flua/libjail/
HDlua_jail.c601 lua_pushboolean(L, 1); in l_attach()
632 lua_pushboolean(L, 1); in l_remove()
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzcp.c533 (void) lua_pushboolean(state, in zcp_nvpair_value_to_lua()
691 lua_pushboolean(state, B_TRUE); in zcp_exists()
693 lua_pushboolean(state, B_FALSE); in zcp_exists()
HDzcp_synctask.c544 lua_pushboolean(state, sync); in zcp_load_synctask_lib()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
HDlua.h215 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable