HomeSort by relevance Sort by last modified time
    Searched refs:YY_START (Results 1 - 10 of 10) sorted by null

  /system/core/sh/
init.c 168 #define BEGIN (yy_start) = 1 + 2 *
169 #undef YY_START
170 #define YY_START (((yy_start) - 1) / 2)
172 #define YYSTATE YY_START
460 #define BEGIN (yy_start) = 1 + 2 *
461 #undef YY_START
462 #define YY_START (((yy_start) - 1) / 2)
464 #define YYSTATE YY_START
    [all...]
arith_lex.c 116 #define BEGIN (yy_start) = 1 + 2 *
122 #define YY_START (((yy_start) - 1) / 2)
123 #define YYSTATE YY_START
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);
1005 yy_act = YY_STATE_EOF(YY_START);
1185 yy_current_state = (yy_start);
    [all...]
  /external/bison/src/
scan-gram.l 202 context_state = YY_START;
530 context_state = YY_START;
536 context_state = YY_START;
542 context_state = YY_START;
548 context_state = YY_START;
    [all...]
scan-gram.c 150 #define BEGIN (yy_start) = 1 + 2 *
156 #define YY_START (((yy_start) - 1) / 2)
157 #define YYSTATE YY_START
331 static int yy_start = 0; /* start state number */ variable
    [all...]
scan-skel.c 150 #define BEGIN (yy_start) = 1 + 2 *
156 #define YY_START (((yy_start) - 1) / 2)
157 #define YYSTATE YY_START
331 static int yy_start = 0; /* start state number */ variable
860 if ( ! (yy_start) )
861 (yy_start) = 1; /* first start state */
900 yy_current_state = (yy_start);
947 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
1155 yy_act = YY_STATE_EOF(YY_START);
    [all...]
  /external/elfutils/src/
ldlex.c 98 #define BEGIN yy_start = 1 + 2 *
104 #define YY_START ((yy_start - 1) / 2)
105 #define YYSTATE YY_START
240 static int yy_start = 0; /* start state number */ variable
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c 80 #define BEGIN yy_start = 1 + 2 *
86 #define YY_START ((yy_start - 1) / 2)
87 #define YYSTATE YY_START
222 static int yy_start = 0; /* start state number */ variable
    [all...]
flex.skl 84 #define BEGIN yy_start = 1 + 2 *
90 #define YY_START ((yy_start - 1) / 2)
91 #define YYSTATE YY_START
235 static int yy_start = 0; /* start state number */
465 if ( ! yy_start )
466 yy_start = 1; /* first start state */
606 yy_act = YY_STATE_EOF(YY_START);
655 yy_start = 0;
1387 yy_start_stack[yy_start_stack_ptr++] = YY_START;
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 115 #define BEGIN (yy_start) = 1 + 2 *
121 #define YY_START (((yy_start) - 1) / 2)
122 #define YYSTATE YY_START
271 static int yy_start = 0; /* start state number */ variable
673 if ( ! (yy_start) )
674 (yy_start) = 1; /* first start state */
703 yy_current_state = (yy_start);
917 yy_act = YY_STATE_EOF(YY_START);
1097 yy_current_state = (yy_start);
    [all...]
  /external/libpcap/
scanner.c 115 #define BEGIN (yy_start) = 1 + 2 *
121 #define YY_START (((yy_start) - 1) / 2)
122 #define YYSTATE YY_START
271 static int yy_start = 0; /* start state number */ variable
    [all...]

Completed in 50 milliseconds