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

  /src/external/mpl/dhcp/dist/keama/
data.c 407 assert(e->type == ELEMENT_BOOLEAN);
479 elem->type = ELEMENT_BOOLEAN;
567 e->type = ELEMENT_BOOLEAN;
630 case ELEMENT_BOOLEAN:
881 case ELEMENT_BOOLEAN:
908 return ELEMENT_BOOLEAN;
945 case ELEMENT_BOOLEAN:
1134 case ELEMENT_BOOLEAN:
eval.c 50 if ((expr->type == ELEMENT_BOOLEAN) ||
80 if (expr->type == ELEMENT_BOOLEAN)
159 if ((equal == NULL) || (equal->type != ELEMENT_BOOLEAN))
209 if ((equal == NULL) || (equal->type != ELEMENT_BOOLEAN))
280 if (left->type == ELEMENT_BOOLEAN) {
294 if (right->type == ELEMENT_BOOLEAN) {
348 if (left->type == ELEMENT_BOOLEAN) {
362 if (right->type == ELEMENT_BOOLEAN) {
431 if (arg->type != ELEMENT_BOOLEAN)
2046 if (left->type == ELEMENT_BOOLEAN) {
    [all...]
data.h 166 #define ELEMENT_BOOLEAN 3
reduce.c 60 if (expr->type == ELEMENT_BOOLEAN)
confparse.c 334 if (entry->type != ELEMENT_BOOLEAN)
2021 if ((reduced != NULL) && (reduced->type == ELEMENT_BOOLEAN))
2057 if ((reduced != NULL) && (reduced->type == ELEMENT_BOOLEAN))
4806 assert(prop->type == ELEMENT_BOOLEAN);
4836 assert(prop->type == ELEMENT_BOOLEAN);
4879 assert(prop->type == ELEMENT_BOOLEAN);
4898 assert(prop->type == ELEMENT_BOOLEAN);
4914 assert(prop->type == ELEMENT_BOOLEAN);
print.c 46 if (expr->type == ELEMENT_BOOLEAN)
68 if (expr->type == ELEMENT_BOOLEAN) {
parse.c 5708 if (expr->type == ELEMENT_BOOLEAN)

Completed in 25 milliseconds