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

/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddata.c424 assert(e->type == ELEMENT_LIST);
514 elem->type = ELEMENT_LIST;
595 e->type = ELEMENT_LIST;
636 case ELEMENT_LIST:
656 assert(l->type == ELEMENT_LIST);
677 assert(l->type == ELEMENT_LIST);
705 assert(l->type == ELEMENT_LIST);
717 assert(l->type == ELEMENT_LIST);
741 assert(l->type == ELEMENT_LIST);
756 assert(l->type == ELEMENT_LIST);
[all...]
H A Ddata.h169 #define ELEMENT_LIST 6 macro
H A Dprint.c471 if ((args == NULL) || (args->type != ELEMENT_LIST)) {
919 if ((arg == NULL) || (arg->type != ELEMENT_LIST)) {
H A Deval.c1346 if ((arg == NULL) || (arg->type != ELEMENT_LIST))
H A Dconfparse.c2954 assert(list->type == ELEMENT_LIST);
2984 assert(list->type == ELEMENT_LIST);
H A Dparse.c1575 if (statements->type != ELEMENT_LIST)

Completed in 124 milliseconds