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

  /external/bison/examples/calc++/
calc++-scanner.cc 168 #define BEGIN (yy_start) = 1 + 2 *
174 #define YY_START (((yy_start) - 1) / 2)
175 #define YYSTATE YY_START
348 static int yy_start = 0; /* start state number */ variable
823 if ( ! (yy_start) )
824 (yy_start) = 1; /* first start state */
863 yy_current_state = (yy_start);
910 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
1071 yy_act = YY_STATE_EOF(YY_START);
    [all...]
  /external/bison/src/
scan-skel.c 187 #define BEGIN (yy_start) = 1 + 2 *
193 #define YY_START (((yy_start) - 1) / 2)
194 #define YYSTATE YY_START
367 static int yy_start = 0; /* start state number */ variable
920 if ( ! (yy_start) )
921 (yy_start) = 1; /* first start state */
960 yy_current_state = (yy_start);
1007 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
    [all...]
scan-code.c 187 #define BEGIN (yy_start) = 1 + 2 *
193 #define YY_START (((yy_start) - 1) / 2)
194 #define YYSTATE YY_START
367 static int yy_start = 0; /* start state number */ variable
1027 if ( ! (yy_start) )
1028 (yy_start) = 1; /* first start state */
1067 yy_current_state = (yy_start);
1114 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
    [all...]
scan-gram.c 187 #define BEGIN (yy_start) = 1 + 2 *
193 #define YY_START (((yy_start) - 1) / 2)
194 #define YYSTATE YY_START
367 static int yy_start = 0; /* start state number */ variable
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_lex.cpp 164 #define BEGIN yyg->yy_start = 1 + 2 *
170 #define YY_START ((yyg->yy_start - 1) / 2)
171 #define YYSTATE YY_START
827 int yy_start; member in struct:yyguts_t
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Tokenizer.cpp 152 #define BEGIN yyg->yy_start = 1 + 2 *
158 #define YY_START ((yyg->yy_start - 1) / 2)
159 #define YYSTATE YY_START
587 int yy_start; member in struct:yyguts_t
807 if ( ! yyg->yy_start )
808 yyg->yy_start = 1; /* first start state */
837 yy_current_state = yyg->yy_start;
1144 if (YY_START == COMMENT)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 143 #define BEGIN yyg->yy_start = 1 + 2 *
149 #define YY_START ((yyg->yy_start - 1) / 2)
150 #define YYSTATE YY_START
662 int yy_start; member in struct:yyguts_t
890 if (YY_START == 0 || YY_START == SKIP) {
913 if ( ! yyg->yy_start )
914 yyg->yy_start = 1; /* first start state */
943 yy_current_state = yyg->yy_start;
    [all...]
glsl_lexer.cc 143 #define BEGIN yyg->yy_start = 1 + 2 *
149 #define YY_START ((yyg->yy_start - 1) / 2)
150 #define YYSTATE YY_START
1171 int yy_start; member in struct:yyguts_t
    [all...]
lex.yy.c 143 #define BEGIN yyg->yy_start = 1 + 2 *
149 #define YY_START ((yyg->yy_start - 1) / 2)
150 #define YYSTATE YY_START
1210 int yy_start; member in struct:yyguts_t
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 143 #define BEGIN (yy_start) = 1 + 2 *
149 #define YY_START (((yy_start) - 1) / 2)
150 #define YYSTATE YY_START
311 static int yy_start = 0; /* start state number */ variable
779 if ( ! (yy_start) )
780 (yy_start) = 1; /* first start state */
809 yy_current_state = (yy_start);
1066 yy_act = YY_STATE_EOF(YY_START);
    [all...]
  /external/elfutils/src/
ldlex.c 144 #define BEGIN (yy_start) = 1 + 2 *
150 #define YY_START (((yy_start) - 1) / 2)
151 #define YYSTATE YY_START
312 static int yy_start = 0; /* start state number */ variable
    [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...]
  /system/core/sh/
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...]
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...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 287 milliseconds