Searched refs:tablemax (Results 1 – 2 of 2) sorted by relevance
77 u_int tablemax; /* largest used index in table */ member94 types->tablemax = 0; in inittypes()123 if (types->nextarg > types->tablemax) in _ensurespace()124 types->tablemax = types->nextarg; in _ensurespace()676 if (types->tablemax >= STATIC_ARG_TBL_SIZE) { in build_arg_table()678 malloc (sizeof (union arg) * (types->tablemax + 1)); in build_arg_table()684 for (n = 1; n <= types->tablemax; n++) { in build_arg_table()
841 int tablemax; /* largest used index in table */ local849 (nextarg > tablemax) ? tablemax = nextarg : 0)883 tablemax = 0;1019 if (tablemax >= STATIC_ARG_TBL_SIZE)1022 sm_malloc(sizeof(va_list) * (tablemax + 1));1025 for (n = 1; n <= tablemax; n++)