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

  /src/sys/external/bsd/acpica/dist/compiler/
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/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 14 milliseconds