Searched refs:dfnelems (Results 1 – 1 of 1) sorted by relevance
175 size_t dfnelems; in array_dim_check() local177 for (dfnelems = 0, l = inj_list_next(&dfm->dfm_list); l != NULL; in array_dim_check()178 l = inj_list_next(l), dfnelems++); in array_dim_check()180 if (dlm->dlm_arrdim != 0 && dlm->dlm_arrdim != dfnelems) { in array_dim_check()182 dfm->dfm_lineno, dfnelems, dlm->dlm_arrdim); in array_dim_check()183 dfnelems = dlm->dlm_arrdim; in array_dim_check()186 return (MAX(dfnelems, dlm->dlm_arrdim)); in array_dim_check()