Home
last modified time | relevance | path

Searched refs:yyterminate (Results 1 – 11 of 11) sorted by relevance

/external/iptables/iptables/
Dxtables-config-syntax.l44 <<EOF>> { yyterminate(); }
/external/dtc/
Ddtc-lexer.l107 yyterminate();
/external/u-boot/scripts/dtc/
Ddtc-lexer.l107 yyterminate();
/external/iproute2/tc/
Demp_ematch.lex.c726 #ifndef yyterminate
727 #define yyterminate() return YY_NULL macro
1020 yyterminate();
/external/bcc/src/cc/frontends/b/
Dlexer.ll108 . printf("Unknown token \"%s\"\n", yytext); yyterminate();
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.l308 yyterminate();
DTokenizer.cpp1246 #ifndef yyterminate
1247 #define yyterminate() return YY_NULL macro
1711 yyterminate();
/external/libpcap/
Dscanner.c3170 #ifndef yyterminate
3171 #define yyterminate() return YY_NULL macro
4260 yyterminate();
/external/swiftshader/src/OpenGL/compiler/
Dglslang.l400 <*><<EOF>> { context->AfterEOF = true; yyterminate(); }
Dglslang_lex.cpp1459 #ifndef yyterminate
1460 #define yyterminate() return YY_NULL macro
2343 { context->AfterEOF = true; yyterminate(); }
/external/toybox/kconfig/
Dlex.zconf.c_shipped902 /* No semi-colon after return; correct usage is to write "yyterminate();" -
906 #ifndef yyterminate
907 #define yyterminate() return YY_NULL
1279 yyterminate();