Searched refs:bool_value (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dmtsm.h41 struct bool_value : public int_value { struct in inherits:int_value
42 bool_value();
43 ~bool_value();
44 void diff(FILE *, const char *, bool_value);
92 bool_value bool_values[LAST_BOOL];
H A Dmtsm.cpp80 bool_value::bool_value() function in class:bool_value
84 bool_value::~bool_value()
88 void bool_value::diff(FILE *fp, const char *s, bool_value compare)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h125 dbus_bool_t bool_value; member in union:wpa_dbus_dict_entry::__anon4400
H A Ddbus_dict_helpers.c877 dbus_message_iter_get_basic(iter, &entry->bool_value);
879 __func__, entry->bool_value);
H A Ddbus_new_handlers_p2p.c336 persistent_group = entry.bool_value;
555 persistent_group = entry.bool_value;
558 join = entry.bool_value;
561 authorize_only = entry.bool_value;
1070 wpa_s->conf->persistent_reconnect = entry.bool_value;
1108 wpa_s->conf->p2p_intra_bss = entry.bool_value;
1139 wpa_s->conf->p2p_no_group_iface = entry.bool_value;
H A Ddbus_new_handlers.c2421 freq_params.ht_enabled = entry.bool_value;
2424 freq_params.vht_enabled = entry.bool_value;
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h365 bool bool_value (const bool default_val = false) const function in class:ucl::final
588 return bool_value ();
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c795 boolean_t bool_value; local
812 (void) nvpair_value_boolean_value(elem, &bool_value);
814 nvpair_name(elem), bool_value ? "true" : "false");

Completed in 225 milliseconds