Home
last modified time | relevance | path

Searched refs:yy_current_state (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/dtc/
A Ddtc-lexer.lex.c882 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
884 yy_current_state = (int) yy_def[yy_current_state];
888 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1488 yy_current_state = (yy_start); in yy_get_previous_state()
1499 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
1501 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
1505 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; in yy_get_previous_state()
1508 return yy_current_state; in yy_get_previous_state()
1527 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
1529 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
[all …]
/linux/scripts/kconfig/
A Dlexer.lex.c2473 yy_state_type yy_current_state; variable
2519 yy_current_state = (yy_start);
2521 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
2524 yy_current_state = -yy_current_state;
2973 yy_current_state = yy_next_state;
3193 yy_state_type yy_current_state; in yy_get_previous_state() local
3196 yy_current_state = (yy_start); in yy_get_previous_state()
3200 yy_current_state = yy_nxt[yy_current_state][(*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1)]; in yy_get_previous_state()
3203 return yy_current_state; in yy_get_previous_state()
3215 yy_current_state = yy_nxt[yy_current_state][1]; in yy_try_NUL_trans()
[all …]

Completed in 12 milliseconds