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

/freebsd-10.1-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l113 "/*" { if (!AslDoComment ()) yyterminate (); }
114 "//" { if (!AslDoCommentType2 ()) yyterminate (); }
116 "\"" { if (AslDoStringLiteral ()) return (PARSEOP_STRING_LITERAL); else yyterminate (); }
642 yyterminate();
/freebsd-10.1-release/contrib/dtc/
H A Ddtc-lexer.l103 yyterminate();
/freebsd-10.1-release/usr.bin/lex/
H A Dinitscan.c2151 /* No semi-colon after return; correct usage is to write "yyterminate();" -
2155 #ifndef yyterminate
2156 #define yyterminate() return YY_NULL macro
2649 yyterminate();
3186 yyterminate(); /* to stop the parser */
3369 yyterminate(); /* to stop the parser */
4064 yyterminate();
4073 yyterminate();
4113 sectnum = 0; yyterminate();
4142 yyterminate();
[all...]
/freebsd-10.1-release/contrib/flex/
H A Dscan.l285 yyterminate();
484 yyterminate(); /* to stop the parser */
606 yyterminate(); /* to stop the parser */
941 yyterminate();
946 yyterminate();
964 <<EOF>> sectnum = 0; yyterminate();
/freebsd-10.1-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c654 /* No semi-colon after return; correct usage is to write "yyterminate();" -
658 #ifndef yyterminate
659 #define yyterminate() return YY_NULL macro
996 yyterminate();
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dlex.c978 /* No semi-colon after return; correct usage is to write "yyterminate();" -
982 #ifndef yyterminate
983 #define yyterminate() return YY_NULL macro
1705 yyterminate();
/freebsd-10.1-release/crypto/heimdal/lib/com_err/
H A Dlex.c655 /* No semi-colon after return; correct usage is to write "yyterminate();" -
659 #ifndef yyterminate
660 #define yyterminate() return YY_NULL macro
877 yyterminate();
/freebsd-10.1-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c634 /* No semi-colon after return; correct usage is to write "yyterminate();" -
638 #ifndef yyterminate
639 #define yyterminate() return YY_NULL macro
814 yyterminate();
/freebsd-10.1-release/usr.bin/csup/
H A Dlex.rcs.c732 /* No semi-colon after return; correct usage is to write "yyterminate();" -
736 #ifndef yyterminate
737 #define yyterminate() return YY_NULL macro
938 yyterminate();
/freebsd-10.1-release/contrib/binutils/ld/
H A Dldlex.l448 yyterminate ();

Completed in 262 milliseconds