Lines Matching refs:yy_current_state
1210 register yy_state_type yy_current_state; variable
1260 yy_current_state = yy_start;
1261 yy_current_state += YY_AT_BOL();
1263 *yy_state_ptr++ = yy_current_state;
1268 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1270 yy_current_state = (int) yy_def[yy_current_state];
1271 if ( yy_current_state >= 211 )
1274 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1275 *yy_state_ptr++ = yy_current_state;
1278 while ( yy_base[yy_current_state] != 2141 );
1281 yy_current_state = *--yy_state_ptr;
1282 yy_lp = yy_accept[yy_current_state];
1286 if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )
1295 yy_current_state = *--yy_state_ptr;
1296 yy_lp = yy_accept[yy_current_state];
1667 yy_current_state = yy_get_previous_state();
1678 yy_next_state = yy_try_NUL_trans( yy_current_state );
1686 yy_current_state = yy_next_state;
1732 yy_current_state = yy_get_previous_state();
1742 yy_current_state = yy_get_previous_state();
1901 register yy_state_type yy_current_state; in yy_get_previous_state() local
1904 yy_current_state = yy_start; in yy_get_previous_state()
1905 yy_current_state += YY_AT_BOL(); in yy_get_previous_state()
1907 *yy_state_ptr++ = yy_current_state; in yy_get_previous_state()
1912 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
1914 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
1915 if ( yy_current_state >= 211 ) 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()
1919 *yy_state_ptr++ = yy_current_state; in yy_get_previous_state()
1922 return yy_current_state; in yy_get_previous_state()
1933 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
1935 static yy_state_type yy_try_NUL_trans( yy_current_state ) in yy_try_NUL_trans()
1936 yy_state_type yy_current_state; in yy_try_NUL_trans()
1942 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1944 yy_current_state = (int) yy_def[yy_current_state];
1945 if ( yy_current_state >= 211 )
1948 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1949 yy_is_jam = (yy_current_state == 210);
1951 *yy_state_ptr++ = yy_current_state;
1953 return yy_is_jam ? 0 : yy_current_state;