Home | History | Annotate | Download | only in Stdio

Lines Matching refs:tablemax

1602   int tablemax;   /* largest used index in table */

1614 if (nextarg > tablemax) \
1615 tablemax = nextarg; \
1672 tablemax = 0;
1839 if (tablemax >= STATIC_ARG_TBL_SIZE) {
1841 malloc (sizeof (union arg) * (tablemax + 1));
1847 for (n = 1; n <= tablemax; n++) {