Home
last modified time | relevance | path

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

/external/bison/examples/calc++/
Dcalc++-scanner.ll17 Unfortunately yyterminate by default returns 0, which is
19 #define yyterminate() return token::END
Dcalc++-scanner.cc565 #define yyterminate() return token::END macro
735 #ifndef yyterminate
736 #define yyterminate() return YY_NULL macro
980 yyterminate();
/external/bison/src/
Dscan-gram.c1231 #ifndef yyterminate
1232 #define yyterminate() return YY_NULL macro
1842 yyterminate ();
2437 yyterminate();
Dscan-skel.c822 #ifndef yyterminate
823 #define yyterminate() return YY_NULL macro
Dscan-gram.l301 yyterminate ();
Dscan-code.c907 #ifndef yyterminate
908 #define yyterminate() return YY_NULL macro
/external/libpcap/
Dscanner.c2912 #ifndef yyterminate
2913 #define yyterminate() return YY_NULL macro
3856 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();
/external/bison/doc/
Dbison.texi10381 Unfortunately yyterminate by default returns 0, which is
10383 #define yyterminate() return token::END
12355 @c LocalWords: clval CDEBUG cdebug deftypeopx yyterminate LocationType
Dbison.info9721 Unfortunately yyterminate by default returns 0, which is
9723 #define yyterminate() return token::END