temppos           392 ext/standard/formatted_print.c 	int argc, size = 240, inpos = 0, outpos = 0, temppos;
temppos           463 ext/standard/formatted_print.c 				temppos = inpos;
temppos           464 ext/standard/formatted_print.c 				while (isdigit((int)format[temppos])) temppos++;
temppos           465 ext/standard/formatted_print.c 				if (format[temppos] == '$') {