Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/libucl/lua/
H A Dlua_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-src/contrib/lua/src/
H A Dlcorolib.c61 lua_pushboolean(L, 0); in luaB_coresume()
66 lua_pushboolean(L, 1); in luaB_coresume()
158 lua_pushboolean(L, lua_isyieldable(co)); in luaB_yieldable()
165 lua_pushboolean(L, ismain); in luaB_corunning()
177 lua_pushboolean(L, 1); in luaB_close()
181 lua_pushboolean(L, 0); in luaB_close()
H A Dlbaselib.c152 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
219 lua_pushboolean(L, res); in luaB_collectgarbage()
233 lua_pushboolean(L, res); in luaB_collectgarbage()
463 lua_pushboolean(L, 0); /* first result (false) */ in finishpcall()
475 lua_pushboolean(L, 1); /* first result if no errors */ in luaB_pcall()
491 lua_pushboolean(L, 1); /* first result */ in luaB_xpcall()
H A Dltests.c1372 lua_pushboolean(L, 1); in regcodes()
1439 lua_pushboolean(L1, lua_checkstack(L1, sz)); in runC()
1447 lua_pushboolean(L1, lua_compare(L1, a, b, op)); in runC()
1487 lua_pushboolean(L1, lua_iscfunction(L1, getindex)); in runC()
1490 lua_pushboolean(L1, lua_isfunction(L1, getindex)); in runC()
1493 lua_pushboolean(L1, lua_isnil(L1, getindex)); in runC()
1496 lua_pushboolean(L1, lua_isnone(L1, getindex)); in runC()
1499 lua_pushboolean(L1, lua_isnumber(L1, getindex)); in runC()
1502 lua_pushboolean(L1, lua_isstring(L1, getindex)); in runC()
1505 lua_pushboolean(L1, lua_istable(L1, getindex)); in runC()
[all …]
H A Dloslib.c150 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute()
222 lua_pushboolean(L, value); in setboolfield()
H A Dldblib.c70 lua_pushboolean(L, 1); in db_getuservalue()
122 lua_pushboolean(L, v); in settabsb()
H A Dlua.c631 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain()
657 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
H A Dloadlib.c398 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc()
678 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
H A Dlauxlib.c248 lua_pushboolean(L, 1); in luaL_fileresult()
292 lua_pushboolean(L, 1); in luaL_execresult()
937 lua_pushboolean(L, 0); in luaL_setfuncs()
H A Dlua.h253 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dlmathlib.c165 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
H A Dliolib.c368 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
/freebsd-src/stand/liblua/
H A Dlutils.c68 lua_pushboolean(L, 1); in lua_has_command()
86 lua_pushboolean(L, 1); in lua_has_feature()
176 lua_pushboolean(L, ischar()); in lua_ischar()
283 lua_pushboolean(L, 0); in lua_closefile()
289 lua_pushboolean(L, fclose(*f) == 0 ? 1 : 0); in lua_closefile()
292 lua_pushboolean(L, 0); in lua_closefile()
H A Dgfx_utils.c55 lua_pushboolean(L, 0); in lua_term_putimage()
85 lua_pushboolean(L, ret); in lua_term_putimage()
99 lua_pushboolean(L, 0); in lua_fb_putimage()
118 lua_pushboolean(L, ret); in lua_fb_putimage()
/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c52 lua_pushboolean(L, 0); in luaB_coresume()
57 lua_pushboolean(L, 1); in luaB_coresume()
131 lua_pushboolean(L, ismain); in luaB_corunning()
H A Dlbaselib.c109 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
159 lua_pushboolean(L, res); in luaB_collectgarbage()
H A Dlapi.c575 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
1298 EXPORT_SYMBOL(lua_pushboolean);
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1117 lua_pushboolean(L, b), \ in SWIG_Lua_set_immutable()
1858 lua_pushboolean(L,result); in SWIG_Lua_create_class_registry()
4013 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_string_assign()
4334 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddress_GetLoadAddress()
4507 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddress_GetSymbolContext()
4538 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAddress_GetSection()
5041 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAttachInfo_SetProcessID()
5123 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAttachInfo_SetExecutable()
5163 lua_pushboolean(L,(int)(result!=0)); SWIG_arg++; in _wrap_SBAttachInfo_SetExecutable()
5530 lua_pushboolean( in _wrap_SBAttachInfo_UserIDIsValid()
[all...]
/freebsd-src/libexec/flua/modules/
H A Dlfs.c392 lua_pushboolean(L, 1); in lua_mkdir()
420 lua_pushboolean(L, 1); in lua_rmdir()
/freebsd-src/contrib/lutok/
H A Dstate.cpp90 lua_pushboolean(state, more); in protected_next()
668 lua_pushboolean(_pimpl->lua_state, value ? 1 : 0); in push_boolean()
H A Dstate_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-src/lib/flua/libjail/
H A Dlua_jail.c
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzcp.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()
H A Dzcp_synctask.c580 lua_pushboolean(state, sync); in zcp_load_synctask_lib()
/freebsd-src/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h214 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable

12