Searched refs:tablemax (Results 1 – 2 of 2) sorted by relevance
1129 int tablemax; /* largest used index in table */ in __find_arguments() local1139 (nextarg > tablemax) ? tablemax = nextarg : 0, \ in __find_arguments()1182 tablemax = 0; in __find_arguments()1348 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()1349 *argtablesiz = sizeof(union arg) * (tablemax + 1); in __find_arguments()1360 for (n = 1; n <= tablemax; n++) { in __find_arguments()
1145 int tablemax; /* largest used index in table */ in __find_arguments() local1157 (nextarg > tablemax) ? tablemax = nextarg : 0, \ in __find_arguments()1200 tablemax = 0; in __find_arguments()1374 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()1375 *argtablesiz = sizeof(union arg) * (tablemax + 1); in __find_arguments()1386 for (n = 1; n <= tablemax; n++) { in __find_arguments()