Lines Matching refs:yy_c
1540 register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; variable
1546 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1550 yy_c = yy_meta[(unsigned int) yy_c];
1552 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
3032 register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); in yy_get_previous_state() local
3038 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
3042 yy_c = yy_meta[(unsigned int) yy_c]; in yy_get_previous_state()
3044 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_get_previous_state()
3067 register YY_CHAR yy_c = 1; local
3073 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
3077 yy_c = yy_meta[(unsigned int) yy_c];
3079 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];