Home
last modified time | relevance | path

Searched refs:tablemax (Results 1 – 1 of 1) sorted by relevance

/NextBSD/lib/libc/stdio/
HDprintf-pos.c74 int tablemax; /* largest used index in table */ member
91 types->tablemax = 0; in inittypes()
120 if (types->nextarg > types->tablemax) in _ensurespace()
121 types->tablemax = types->nextarg; in _ensurespace()
658 if (types->tablemax >= STATIC_ARG_TBL_SIZE) { in build_arg_table()
660 malloc (sizeof (union arg) * (types->tablemax + 1)); in build_arg_table()
666 for (n = 1; n <= types->tablemax; n++) { in build_arg_table()