Home | History | Annotate | Download | only in sksl

Lines Matching refs:state

948     int state = 1;
955 state = transitions[mappings[(int)fText[offset]]][state];
957 if (!state) {
960 if (accepts[state]) {
961 lastAccept = (Token::Kind)accepts[state];