HomeSort by: relevance | last modified time | path
    Searched refs:boolValue (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/dhcp/dist/keama/
eval.c 212 result = createBool(ISC_TF(!boolValue(equal)));
282 if (!boolValue(left))
296 if (!boolValue(right))
350 if (boolValue(left))
364 if (boolValue(right))
434 result = createBool(ISC_TF(!boolValue(arg)));
2048 val = ISC_TF(boolValue(left) == boolValue(right));
data.h 231 isc_boolean_t boolValue(const struct element *e);
data.c 404 boolValue(const struct element *e)
1135 result = createBool(boolValue(e));
confparse.c 338 if (boolValue(entry)) {
4812 !boolValue(prop) && (listSize(allow) > 1)) {
4819 boolValue(prop) && (listSize(allow) == 1)) {
4842 !boolValue(prop)) {
4849 boolValue(prop)) {
4883 if (boolValue(prop)) {
4899 if (!boolValue(prop))
4915 if (boolValue(prop))
4957 negative = !boolValue(prop);
4977 negative = boolValue(prop)
    [all...]
print.c 69 if (boolValue(expr))
parse.c 5418 if (boolValue(value)) {
5481 if (boolValue(value)) {
5564 value = createBool(!boolValue(value));
  /src/usr.bin/make/
meta.c 496 boolValue(const char *s)
524 bf = boolValue(cp + sizeof (token) - 1)

Completed in 63 milliseconds