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

/freebsd-10.2-release/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-10.2-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h136 dbus_bool_t bool_value; member in union:wpa_dbus_dict_entry::__anon5044
H A Ddbus_new_handlers_p2p.c306 persistent_group = (entry.bool_value == TRUE) ? 1 : 0;
456 persistent_group = (entry.bool_value == TRUE) ? 1 : 0;
459 join = (entry.bool_value == TRUE) ? 1 : 0;
462 authorize_only = (entry.bool_value == TRUE) ? 1 : 0;
928 wpa_s->conf->persistent_reconnect = entry.bool_value;
966 wpa_s->conf->p2p_intra_bss = entry.bool_value;
H A Ddbus_dict_helpers.c957 dbus_message_iter_get_basic(iter, &entry->bool_value);
/freebsd-10.2-release/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 101 milliseconds