S_OCTAL3
*astate = S_OCTAL3;
case S_OCTAL3: /* third possible octal digit */
if (*astate == S_OCTAL2 || *astate == S_OCTAL3) {