Searched refs:tablemax (Results 1 – 1 of 1) sorted by relevance
1547 size_t tablemax; /* largest used index in table */ in __find_arguments() local1566 if (nextarg > tablemax) \ in __find_arguments()1567 tablemax = nextarg; \ in __find_arguments()1626 tablemax = 0; in __find_arguments()1800 if (nitems < tablemax) { in __find_arguments()1808 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()1809 *argtable = malloc(sizeof(**argtable) * (tablemax + 1)); in __find_arguments()1817 for (n = 1; n <= tablemax; n++) { in __find_arguments()