Searched refs:cur_state (Results 1 – 1 of 1) sorted by relevance
133 State cur_state = Q0; in read() local134 while (Reject != cur_state && Accept != cur_state) { in read()139 if (!transition[cur_state][token.kind](pEhFrame, entry, token)) { in read()149 cur_state = Accept; in read()151 cur_state = Reject; in read()153 cur_state = autometa[cur_state][token.kind]; in read()157 if (Reject == cur_state) { in read()