HomeSort by: relevance | last modified time | path
    Searched refs:yyterminate (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
prparser.l 185 "/*" { if (!PrDoCommentType1 ()) {yyterminate ();} }
186 "//" { if (!PrDoCommentType2 ()) {yyterminate ();} }
aslcompiler.l 223 "/*" { if (!AslDoComment ()) {yyterminate ();} }
224 "//" { if (!AslDoCommentType2 ()) {yyterminate ();} }
227 else {yyterminate ();} }
890 {yyterminate();}
lex.yy.c 681 /* No semi-colon after return; correct usage is to write "yyterminate();" -
685 #ifndef yyterminate
686 #define yyterminate() return YY_NULL macro
815 { if (!PrDoCommentType1 ()) {yyterminate ();} }
820 { if (!PrDoCommentType2 ()) {yyterminate ();} }
  /src/tests/lib/libcurses/director/
testlang_conf.l 239 yyterminate();
  /src/tools/m4/bootstrap/
tokenizer.c 643 /* No semi-colon after return; correct usage is to write "yyterminate();" -
647 #ifndef yyterminate
648 #define yyterminate() return YY_NULL macro
855 yyterminate();

Completed in 20 milliseconds