Home
last modified time | relevance | path

Searched refs:boolValue (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Deval.c212 result = createBool(ISC_TF(!boolValue(equal))); in eval_boolean_expression()
282 if (!boolValue(left)) in eval_boolean_expression()
296 if (!boolValue(right)) in eval_boolean_expression()
350 if (boolValue(left)) in eval_boolean_expression()
364 if (boolValue(right)) in eval_boolean_expression()
434 result = createBool(ISC_TF(!boolValue(arg))); in eval_boolean_expression()
2048 val = ISC_TF(boolValue(left) == boolValue(right)); in eval_equal_expression()
H A Ddata.h231 isc_boolean_t boolValue(const struct element *e);
H A Dconfparse.c338 if (boolValue(entry)) { in post_process_classes()
4812 !boolValue(prop) && (listSize(allow) > 1)) { in generate_class()
4819 boolValue(prop) && (listSize(allow) == 1)) { in generate_class()
4842 !boolValue(prop)) { in generate_class()
4849 boolValue(prop)) { in generate_class()
4883 if (boolValue(prop)) { in generate_class()
4899 if (!boolValue(prop)) in generate_class()
4915 if (boolValue(prop)) in generate_class()
4957 negative = !boolValue(prop); in generate_class()
4977 negative = boolValue(prop); in generate_class()
H A Ddata.c404 boolValue(const struct element *e) in boolValue() function
1135 result = createBool(boolValue(e)); in copy()
H A Dprint.c69 if (boolValue(expr)) in print_boolean_expression()
H A Dparse.c5418 if (boolValue(value)) { in config_enable_updates()
5481 if (boolValue(value)) { in config_ddns_update_style()
5564 value = createBool(!boolValue(value)); in config_match_client_id()
/netbsd-src/usr.bin/make/
H A Dmeta.c536 boolValue(const char *s) in boolValue() function
564 bf = boolValue(cp + sizeof (token) - 1)