Searched refs:yy_start (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Darith_lex.c116 #define BEGIN (yy_start) = 1 + 2 *
122 #define YY_START (((yy_start) - 1) / 2)
272 static int yy_start = 0; /* start state number */ variable
688 if ( ! (yy_start) )
689 (yy_start) = 1; /* first start state */
718 yy_current_state = (yy_start);
1185 yy_current_state = (yy_start);
H A Dinit.c168 #define BEGIN (yy_start) = 1 + 2 *
170 #define YY_START (((yy_start) - 1) / 2)
460 #define BEGIN (yy_start) = 1 + 2 *
462 #define YY_START (((yy_start) - 1) / 2)
752 #define BEGIN (yy_start) = 1 + 2 *
754 #define YY_START (((yy_start) - 1) / 2)

Completed in 8 milliseconds