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