Searched defs:yyterminate (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c95 /* no semi-colon after return; correct usage is to write "yyterminate();" -
99 #define yyterminate() return ( YY_NULL ) macro
1652 MARK_END_OF_PROLOG; yyterminate();
2068 yyterminate();
2112 yyterminate();
/external/bison/src/
H A Dscan-skel.c765 /* No semi-colon after return; correct usage is to write "yyterminate();" -
769 #ifndef yyterminate
770 #define yyterminate() return YY_NULL macro
H A Dscan-gram.c1155 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1159 #ifndef yyterminate
1160 #define yyterminate() return YY_NULL macro
1729 yyterminate ();
/external/elfutils/libcpu/
H A Di386_lex.c709 /* No semi-colon after return; correct usage is to write "yyterminate();" -
713 #ifndef yyterminate
714 #define yyterminate() return YY_NULL macro
976 yyterminate();
/external/elfutils/src/
H A Dldlex.c1285 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1289 #ifndef yyterminate
1290 #define yyterminate() return YY_NULL macro
1768 yyterminate();
/external/libpcap/
H A Dscanner.c2594 /* No semi-colon after return; correct usage is to write "yyterminate();" -
2598 #ifndef yyterminate
2599 #define yyterminate() return YY_NULL macro
3458 yyterminate();
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c893 /* No semi-colon after return; correct usage is to write "yyterminate();" -
897 #ifndef yyterminate
898 #define yyterminate() return YY_NULL macro
1478 yyterminate();
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp1232 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1236 #ifndef yyterminate
1237 #define yyterminate() return YY_NULL macro
2533 yyterminate();
/external/webkit/Tools/android/flex-2.5.4a/
H A Dinitscan.c1437 /* No semi-colon after return; correct usage is to write "yyterminate();" -
1441 #ifndef yyterminate
1442 #define yyterminate() return YY_NULL macro
2113 yyterminate(); /* to stop the parser */
2249 yyterminate(); /* to stop the parser */
2699 yyterminate();
2722 sectnum = 0; yyterminate();
2750 yyterminate();
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp951 /* No semi-colon after return; correct usage is to write "yyterminate();" -
955 #ifndef yyterminate
956 #define yyterminate() return YY_NULL macro
1685 { context->AfterEOF = true; yyterminate(); }
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp6814 #define yyterminate() yyTok = END_TOKEN; return yyTok macro

Completed in 1326 milliseconds