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