Searched refs:tablemax (Results 1 – 1 of 1) sorted by relevance
1602 int tablemax; /* largest used index in table */ in __find_arguments() local1614 if (nextarg > tablemax) \ in __find_arguments()1615 tablemax = nextarg; \ in __find_arguments()1672 tablemax = 0; in __find_arguments()1839 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()1841 malloc (sizeof (union arg) * (tablemax + 1)); in __find_arguments()1847 for (n = 1; n <= tablemax; n++) { in __find_arguments()