XSUB
type = XSUB;
case XSUB:
return XSUB;
state = c == '@' ? XNULLSUB : XSUB;
state = p[1] == '@' ? XNULLSUB : XSUB;
state = XSUB;