Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c576 lua_pushboolean (L, true); in lua_ucl_parser_parse_file()
580 lua_pushboolean (L, false); in lua_ucl_parser_parse_file()
585 lua_pushboolean (L, false); in lua_ucl_parser_parse_file()
617 lua_pushboolean (L, true); in lua_ucl_parser_parse_string()
626 lua_pushboolean (L, false); in lua_ucl_parser_parse_string()
745 lua_pushboolean (L, true); in lua_ucl_parser_validate()
752 lua_pushboolean (L, false); in lua_ucl_parser_validate()
913 lua_pushboolean (L, res); in lua_ucl_object_validate()
921 lua_pushboolean (L, res); in lua_ucl_object_validate()
930 lua_pushboolean (L, res); in lua_ucl_object_validate()
[all …]
/freebsd-12.1/contrib/lua/src/
H A Dlcorolib.c62 lua_pushboolean(L, 0); in luaB_coresume()
67 lua_pushboolean(L, 1); in luaB_coresume()
139 lua_pushboolean(L, lua_isyieldable(L)); in luaB_yieldable()
146 lua_pushboolean(L, ismain); in luaB_corunning()
H A Dlbaselib.c141 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
190 lua_pushboolean(L, res); in luaB_collectgarbage()
410 lua_pushboolean(L, 0); /* first result (false) */ in finishpcall()
422 lua_pushboolean(L, 1); /* first result if no errors */ in luaB_pcall()
438 lua_pushboolean(L, 1); /* first result */ in luaB_xpcall()
H A Dloslib.c147 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute()
205 lua_pushboolean(L, value); in setboolfield()
H A Dlua.c568 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain()
591 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
H A Dlbitlib.c67 lua_pushboolean(L, r != 0); in b_test()
H A Dloadlib.c380 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc()
613 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
H A Dlmathlib.c175 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
H A Dlauxlib.c237 lua_pushboolean(L, 1); in luaL_fileresult()
281 lua_pushboolean(L, 1); in luaL_execresult()
H A Dldblib.c118 lua_pushboolean(L, v); in settabsb()
H A Dlua.h233 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dliolib.c343 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
H A Dlapi.c557 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcorolib.c54 lua_pushboolean(L, 0); in luaB_coresume()
59 lua_pushboolean(L, 1); in luaB_coresume()
133 lua_pushboolean(L, ismain); in luaB_corunning()
H A Dlbaselib.c116 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
166 lua_pushboolean(L, res); in luaB_collectgarbage()
H A Dlbitlib.c54 lua_pushboolean(L, r != 0); in b_test()
H A Dlua.h214 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dlapi.c576 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/freebsd-12.1/stand/liblua/
H A Dlutils.c137 lua_pushboolean(L, ischar()); in lua_ischar()
244 lua_pushboolean(L, 0); in lua_closefile()
250 lua_pushboolean(L, fclose(*f) == 0 ? 1 : 0); in lua_closefile()
253 lua_pushboolean(L, 0); in lua_closefile()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c551 (void) lua_pushboolean(state, in zcp_nvpair_value_to_lua()
708 lua_pushboolean(state, B_TRUE); in zcp_exists()
710 lua_pushboolean(state, B_FALSE); in zcp_exists()
H A Dzcp_synctask.c353 lua_pushboolean(state, sync); in zcp_load_synctask_lib()