Searched refs:cur_state (Results 1 – 1 of 1) sorted by relevance
130 State cur_state = Q0; in read() local131 while (Reject != cur_state && Accept != cur_state) { in read()136 if (!transition[cur_state][token.kind](pEhFrame, *entry, token)) { in read()146 cur_state = Accept; in read()148 cur_state = Reject; in read()151 cur_state = autometa[cur_state][token.kind]; in read()154 if (Reject == cur_state) { in read()