HomeSort by relevance Sort by last modified time
    Searched full:yy_state_type (Results 1 - 19 of 19) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
FlexLexer.h 52 typedef int yy_state_type; typedef
139 yy_state_type yy_get_previous_state();
140 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
167 yy_state_type yy_last_accepting_state;
170 yy_state_type* yy_state_buf;
171 yy_state_type* yy_state_ptr;
flex.skl 279 %% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here
282 static yy_state_type yy_get_previous_state YY_PROTO(( void ));
283 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
451 register yy_state_type yy_current_state;
553 yy_state_type yy_next_state;
672 yy_state_buf = new yy_state_type[YY_BUF_SIZE + 2];
877 static yy_state_type yy_get_previous_state()
879 yy_state_type yyFlexLexer::yy_get_previous_state()
882 register yy_state_type yy_current_state
    [all...]
skel.c 284 "%% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here",
287 "static yy_state_type yy_get_previous_state YY_PROTO(( void ));",
288 "static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));",
456 " register yy_state_type yy_current_state;",
558 " yy_state_type yy_next_state;",
677 " yy_state_buf = new yy_state_type[YY_BUF_SIZE + 2];",
882 "static yy_state_type yy_get_previous_state()",
884 "yy_state_type yyFlexLexer::yy_get_previous_state()",
887 " register yy_state_type yy_current_state;"
    [all...]
initscan.c 267 typedef int yy_state_type; typedef
271 static yy_state_type yy_get_previous_state YY_PROTO(( void ));
272 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
    [all...]
gen.c 57 "static yyconst yy_state_type %s[%d] =\n { 0,\n";
1166 "static yy_state_type yy_last_accepting_state;" );
1208 "static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;" );
    [all...]
main.c 991 outn( "typedef yyconst struct yy_trans_info *yy_state_type;" );
993 outn( "typedef int yy_state_type;" );
  /external/elfutils/libcpu/
i386_lex.c 167 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
373 typedef int yy_state_type; typedef
382 static yy_state_type yy_get_previous_state (void );
383 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
525 static yy_state_type yy_last_accepting_state;
762 register yy_state_type yy_current_state;
1012 yy_state_type yy_next_state;
    [all...]
  /system/core/sh/
arith_lex.c 334 typedef int yy_state_type; typedef
343 static yy_state_type yy_get_previous_state (void );
344 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
454 static yy_state_type yy_last_accepting_state;
672 register yy_state_type yy_current_state;
952 yy_state_type yy_next_state;
1180 static yy_state_type yy_get_previous_state (void)
1182 register yy_state_type yy_current_state;
1212 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state
    [all...]
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 
  /external/bison/examples/calc++/
calc++-scanner.cc 192 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
418 typedef int yy_state_type; typedef
429 static yy_state_type yy_get_previous_state (void );
430 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
527 static yy_state_type yy_last_accepting_state;
803 register yy_state_type yy_current_state;
1016 yy_state_type yy_next_state;
1269 static yy_state_type yy_get_previous_state (void
    [all...]
  /external/bison/src/
scan-skel.c 211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
425 /* %% [1.0] skel_text/skel_in/skel_out/yy_state_type/skel_lineno etc. def's & init go here */
437 typedef int yy_state_type; typedef
448 static yy_state_type yy_get_previous_state (void );
449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
580 static yy_state_type yy_last_accepting_state;
890 register yy_state_type yy_current_state;
1224 yy_state_type yy_next_state;
    [all...]
scan-code.c 211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
425 /* %% [1.0] code_text/code_in/code_out/yy_state_type/code_lineno etc. def's & init go here */
437 typedef int yy_state_type; typedef
448 static yy_state_type yy_get_previous_state (void );
449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
633 static yy_state_type yy_last_accepting_state;
975 register yy_state_type yy_current_state;
    [all...]
scan-gram.c 211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
425 /* %% [1.0] gram_text/gram_in/gram_out/yy_state_type/gram_lineno etc. def's & init go here */
437 typedef int yy_state_type; typedef
448 static yy_state_type yy_get_previous_state (void );
449 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]
  /external/elfutils/src/
ldlex.c 168 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
374 typedef int yy_state_type; typedef
383 static yy_state_type yy_get_previous_state (void );
384 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 175 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
355 typedef int yy_state_type; typedef
359 static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
360 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
Borland-2.4 144 "%% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here",
  /external/libpcap/
scanner.c 330 typedef int yy_state_type; typedef
339 static yy_state_type yy_get_previous_state (void );
340 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]
  /prebuilts/misc/linux-x86/bison/
bison 
  /external/webkit/Source/WebCore/css/
CSSParser.cpp     [all...]

Completed in 1030 milliseconds