Lines Matching refs:yy_c
1267 register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; variable
1268 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1272 yy_c = yy_meta[(unsigned int) yy_c];
1274 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1911 register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); in yy_get_previous_state() local
1912 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
1916 yy_c = yy_meta[(unsigned int) yy_c]; in yy_get_previous_state()
1918 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_get_previous_state()
1941 register YY_CHAR yy_c = 1; local
1942 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1946 yy_c = yy_meta[(unsigned int) yy_c];
1948 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];