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 77 "/*" { if (!PrDoCommentType1 ()) {yyterminate ();} }
78 "//" { if (!PrDoCommentType2 ()) {yyterminate ();} }
aslcompiler.l 115 "/*" { if (!AslDoComment ()) {yyterminate ();} }
116 "//" { if (!AslDoCommentType2 ()) {yyterminate ();} }
119 else {yyterminate ();} }
782 {yyterminate();}
lex.yy.c 573 /* No semi-colon after return; correct usage is to write "yyterminate();" -
577 #ifndef yyterminate
578 #define yyterminate() return YY_NULL macro
707 { if (!PrDoCommentType1 ()) {yyterminate ();} }
712 { 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 21 milliseconds