| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 576 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 D | lcorolib.c | 62 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 D | lbaselib.c | 141 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 D | loslib.c | 147 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute() 205 lua_pushboolean(L, value); in setboolfield()
|
| H A D | lua.c | 568 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 D | lbitlib.c | 67 lua_pushboolean(L, r != 0); in b_test()
|
| H A D | loadlib.c | 380 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc() 613 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
|
| H A D | lmathlib.c | 175 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
|
| H A D | lauxlib.c | 237 lua_pushboolean(L, 1); in luaL_fileresult() 281 lua_pushboolean(L, 1); in luaL_execresult()
|
| H A D | ldblib.c | 118 lua_pushboolean(L, v); in settabsb()
|
| H A D | lua.h | 233 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|
| H A D | liolib.c | 343 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
|
| H A D | lapi.c | 557 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 D | lcorolib.c | 54 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 D | lbaselib.c | 116 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal() 166 lua_pushboolean(L, res); in luaB_collectgarbage()
|
| H A D | lbitlib.c | 54 lua_pushboolean(L, r != 0); in b_test()
|
| H A D | lua.h | 214 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|
| H A D | lapi.c | 576 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
|
| /freebsd-12.1/stand/liblua/ |
| H A D | lutils.c | 137 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 D | zcp.c | 551 (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 D | zcp_synctask.c | 353 lua_pushboolean(state, sync); in zcp_load_synctask_lib()
|