Home | History | Annotate | Download | only in Stdio

Lines Matching defs:tablesize

1601   int tablesize;    /* current size of type table */

1610 if (nextarg >= tablesize) \
1612 &tablesize) == -1) \
1671 tablesize = STATIC_ARG_TBL_SIZE;
1940 __grow_type_table (int nextarg, enum typeid **typetable, int *tablesize)
1943 const int oldsize = *tablesize;
1964 *tablesize = newsize;