Home
last modified time | relevance | path

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

12

/netbsd/src/external/bsd/flex/dist/examples/manual/
Dcat.lex20 yyterminate();
24 yyterminate();
41 yyterminate();
Dpas_include.lex51 yyterminate();
56 yyterminate();
60 yyterminate();
Deof_rules.lex43 yyterminate();
47 yyterminate();
/netbsd/src/external/bsd/flex/dist/tests/
Dinclude_by_push.direct.l56 yyterminate();
64 yyterminate();
72 yyterminate();
Dinclude_by_buffer.direct.l62 yyterminate();
70 yyterminate();
76 yyterminate();
Dinclude_by_reentrant.direct.l60 yyterminate();
73 yyterminate();
77 <<EOF>> { fclose(yyin); yyterminate();}
Dstring_nr.l48 yyterminate();
51 <<EOF>> { printf("<<EOF>>\n"); yyterminate();}
Dstring_r.l48 yyterminate();
51 <<EOF>> { printf("<<EOF>>\n"); yyterminate();}
Dlineno_trailing.l53 yyterminate();
Dlineno_nr.l60 yyterminate();
Dbison_nr_scanner.l53 . { yyterminate();}
Dbison_yylloc_scanner.l56 . { yyterminate();}
Dlineno_r.l60 yyterminate();
Dpthread.l76 yyterminate();
/netbsd/src/sys/external/bsd/acpica/dist/compiler/
Dprparser.l185 "/*" { if (!PrDoCommentType1 ()) {yyterminate ();} }
186 "//" { if (!PrDoCommentType2 ()) {yyterminate ();} }
Daslcompiler.l223 "/*" { if (!AslDoComment ()) {yyterminate ();} }
224 "//" { if (!AslDoCommentType2 ()) {yyterminate ();} }
227 else {yyterminate ();} }
890 {yyterminate();}
/netbsd/src/external/bsd/flex/dist/examples/fastwc/
Dwc1.l18 yyterminate();
Dwc2.l20 yyterminate();
Dwc5.l24 yyterminate();
Dwc3.l24 yyterminate();
Dwc4.l27 yyterminate();
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype-lex.cc1227 #define yyterminate() return EOF_TOKEN macro
1385 #ifndef yyterminate
1386 #define yyterminate() return YY_NULL macro
1957 yyterminate();
Dgengtype-lex.l38 #define yyterminate() return EOF_TOKEN macro
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/com_err/
Dlex.c662 #ifndef yyterminate
663 #define yyterminate() return YY_NULL macro
881 yyterminate();
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dsyslex.c665 #ifndef yyterminate
666 #define yyterminate() return YY_NULL macro
941 yyterminate();

12