temppos           391 ext/standard/formatted_print.c 	size_t size = 240, inpos = 0, outpos = 0, temppos;
temppos           467 ext/standard/formatted_print.c 				temppos = inpos;
temppos           468 ext/standard/formatted_print.c 				while (isdigit((int)format[temppos])) temppos++;
temppos           469 ext/standard/formatted_print.c 				if (format[temppos] == '$') {