__PARSE_EVENTS__TERM_TYPE_NR
} else if ((unsigned int)term->type_term < __PARSE_EVENTS__TERM_TYPE_NR) {
for (i = 0; i < __PARSE_EVENTS__TERM_TYPE_NR; i++) {
char static_terms[__PARSE_EVENTS__TERM_TYPE_NR *
static const char *config_term_names[__PARSE_EVENTS__TERM_TYPE_NR] = {
if ((unsigned int)term_type >= __PARSE_EVENTS__TERM_TYPE_NR)
if (term_type < 0 || term_type >= __PARSE_EVENTS__TERM_TYPE_NR) {
_Static_assert(ARRAY_SIZE(terms) == __PARSE_EVENTS__TERM_TYPE_NR - 4,