continue;
}
++fmt;
/* Match flag. */
switch (*++fmt)
{
case '_':
case '-':
case '0':
case '^':
case '#':
/* Match field width. */
while (*fmt >= '0' && *fmt <= '9')
#ifndef _NL_CURRENT
/* We need this for handling the `E' modifier. */
start_over: